diff options
author | Richard Jones <rjones@debian5x64.home.annexia.org> | 2009-11-04 16:32:50 +0000 |
---|---|---|
committer | Richard Jones <rjones@debian5x64.home.annexia.org> | 2009-11-04 16:32:50 +0000 |
commit | 4f4880303693bc2e55ce431e87302098654b7f03 (patch) | |
tree | b98c74f4a235ac259fd35dca1b1b145b9d96658e /regressions/rhbz503169c10.sh | |
parent | df1af0bbe21e906c11123e66ec470b60e55c9e44 (diff) | |
download | libguestfs-4f4880303693bc2e55ce431e87302098654b7f03.tar.gz libguestfs-4f4880303693bc2e55ce431e87302098654b7f03.tar.xz libguestfs-4f4880303693bc2e55ce431e87302098654b7f03.zip |
Debian: Use /bin/bash as the shell for regression test scripts.
/bin/sh on Debian is a minimal shell called 'dash' which doesn't
support some features we need such as the particular 'function'
syntax used by regressions/test-stringlist.sh, and therefore
this script was failing on Debian.
Change all of these scripts to use #!/bin/bash explicitly to avoid
these sorts of problems.
Diffstat (limited to 'regressions/rhbz503169c10.sh')
-rwxr-xr-x | regressions/rhbz503169c10.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regressions/rhbz503169c10.sh b/regressions/rhbz503169c10.sh index 8813c059..91284e0a 100755 --- a/regressions/rhbz503169c10.sh +++ b/regressions/rhbz503169c10.sh @@ -1,4 +1,4 @@ -#!/bin/sh - +#!/bin/bash - # libguestfs # Copyright (C) 2009 Red Hat Inc. # |