summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/clean-tests.sh2
-rwxr-xr-xtests/test-console.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/clean-tests.sh b/tests/clean-tests.sh
index f7fefdda..7f18e6f0 100755
--- a/tests/clean-tests.sh
+++ b/tests/clean-tests.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# remove all intermediate files from tests
SCRIPT_DIR=$(dirname $(readlink -f $0))
diff --git a/tests/test-console.sh b/tests/test-console.sh
index cc1cdf3c..365cc971 100755
--- a/tests/test-console.sh
+++ b/tests/test-console.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# a shell with test environment set up, logged commands and output
LANG=C