Issue #16, fix 'dnaprotocol' tests broken on Solaris

Same problem that broke most of the 'dnahelper' test fixtures; the dnahelper
script was using #!/bin/sh, which on Solaris is not Bash.
This commit is contained in:
Andrew Bettison 2012-09-27 16:50:29 +09:30
parent 76401bd31b
commit b44053a480

View File

@ -146,8 +146,8 @@ setup_multi_helper() {
setup_servald
assert_no_servald_processes
dnahelper="$TFWTMP/dnahelper"
cat >"$dnahelper" <<'EOF'
#!/bin/sh
echo "#!$BASH" >"$dnahelper"
cat >>"$dnahelper" <<'EOF'
echo STARTED
while read line
do