summaryrefslogtreecommitdiffstats
path: root/regressions/test-cancellation-download-librarycancels.sh
diff options
context:
space:
mode:
authorRichard Jones <rjones@debian5x64.home.annexia.org>2009-11-04 16:32:50 +0000
committerRichard Jones <rjones@debian5x64.home.annexia.org>2009-11-04 16:32:50 +0000
commit4f4880303693bc2e55ce431e87302098654b7f03 (patch)
treeb98c74f4a235ac259fd35dca1b1b145b9d96658e /regressions/test-cancellation-download-librarycancels.sh
parentdf1af0bbe21e906c11123e66ec470b60e55c9e44 (diff)
downloadlibguestfs-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/test-cancellation-download-librarycancels.sh')
-rwxr-xr-xregressions/test-cancellation-download-librarycancels.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regressions/test-cancellation-download-librarycancels.sh b/regressions/test-cancellation-download-librarycancels.sh
index 73c5469f..7b59b7e1 100755
--- a/regressions/test-cancellation-download-librarycancels.sh
+++ b/regressions/test-cancellation-download-librarycancels.sh
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
# libguestfs
# Copyright (C) 2009 Red Hat Inc.
#