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)
commit4f4880303693bc2e55ce431e87302098654b7f03
treeb98c74f4a235ac259fd35dca1b1b145b9d96658e
parentdf1af0bbe21e906c11123e66ec470b60e55c9e44
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.
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