Debian: Use /bin/bash as the shell for regression test scripts.
authorRichard Jones <rjones@debian5x64.home.annexia.org>
Wed, 4 Nov 2009 16:32:50 +0000 (16:32 +0000)
committerRichard Jones <rjones@debian5x64.home.annexia.org>
Wed, 4 Nov 2009 16:32:50 +0000 (16:32 +0000)
/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.

14 files changed:
regressions/rhbz503169c10.sh
regressions/rhbz503169c13.sh
regressions/test-bootbootboot.sh
regressions/test-cancellation-download-librarycancels.sh
regressions/test-cancellation-upload-daemoncancels.sh
regressions/test-find0.sh
regressions/test-qemudie-killsub.sh
regressions/test-qemudie-launchfail.sh
regressions/test-qemudie-midcommand.sh
regressions/test-qemudie-synch.sh
regressions/test-read_file.sh
regressions/test-remote.sh
regressions/test-reopen.sh
regressions/test-stringlist.sh

index 8813c05..91284e0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
 # libguestfs
 # Copyright (C) 2009 Red Hat Inc.
 #
index b6b4b94..7bace82 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
 # libguestfs
 # Copyright (C) 2009 Red Hat Inc.
 #
index 4586aff..5be15d2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
 # libguestfs
 # Copyright (C) 2009 Red Hat Inc.
 #
index 4849b64..e2bd89e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
 # libguestfs
 # Copyright (C) 2009 Red Hat Inc.
 #
index 9848ebf..14b4688 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
 # libguestfs
 # Copyright (C) 2009 Red Hat Inc.
 #
index 7da1c35..15e62fb 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
 # libguestfs
 # Copyright (C) 2009 Red Hat Inc.
 #
index 2aca922..92a4c68 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
 # libguestfs
 # Copyright (C) 2009 Red Hat Inc.
 #
index 96e879d..5932fef 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
 # libguestfs
 # Copyright (C) 2009 Red Hat Inc.
 #
index 3b9c6ef..71b8957 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
 # libguestfs
 # Copyright (C) 2009 Red Hat Inc.
 #
index 783dd6e..ed02ccf 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
 # libguestfs
 # Copyright (C) 2009 Red Hat Inc.
 #
index 7901754..90774c9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
 # libguestfs
 # Copyright (C) 2009 Red Hat Inc.
 #
index 0b0c476..06b5bc2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
 # libguestfs
 # Copyright (C) 2009 Red Hat Inc.
 #