On 07/03/2019 15.58, Philippe Mathieu-Daudé wrote: > Bash is not always installed as /bin/bash. In particular on OpenBSD, > the package installs it in /usr/local/bin. > Use the 'env' shebang to search bash in the $PATH. > > Reviewed-by: Kamil Rytarowski <[email protected]> > Reviewed-by: Igor Mammedov <[email protected]> > Reviewed-by: Michael S. Tsirkin <[email protected]> > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > tests/data/acpi/rebuild-expected-aml.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/data/acpi/rebuild-expected-aml.sh > b/tests/data/acpi/rebuild-expected-aml.sh > index bf9ba242ad..abdff70a0d 100755 > --- a/tests/data/acpi/rebuild-expected-aml.sh > +++ b/tests/data/acpi/rebuild-expected-aml.sh > @@ -1,4 +1,4 @@ > -#! /bin/bash > +#!/usr/bin/env bash > > # > # Rebuild expected AML files for acpi unit-test >
In case Kevin wants to pick this up, too: Acked-by: Thomas Huth <[email protected]> Otherwise, I can take this one also through the qtest tree.
