[Libguestfs] [libnbd PATCH 2/5] Change golang/run_tests.sh shebang to bash

Eric Blake eblake at redhat.com
Fri May 7 12:11:34 UTC 2021


On 5/6/21 6:30 AM, Martin Kletzander wrote:
> The sourced tests/functions.sh uses bashisms like arrays and bash for loops.
> 
> Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
> ---
>  golang/run-tests.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

ACK

> 
> diff --git a/golang/run-tests.sh b/golang/run-tests.sh
> index 9009685b49dd..6857047c7a4a 100755
> --- a/golang/run-tests.sh
> +++ b/golang/run-tests.sh
> @@ -1,4 +1,4 @@
> -#!/bin/sh -
> +#!/bin/bash -
>  # nbd client library in userspace
>  # Copyright (C) 2013-2020 Red Hat Inc.
>  #
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




More information about the Libguestfs mailing list