summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-07-04 13:45:15 +0200
committerDavid Sterba <dsterba@suse.com>2016-07-04 13:45:15 +0200
commit52fda816e88b2b521c2eaa8e416176d3a8d7a6fa (patch)
tree7808908e6d7c407c97a155c97a7f96d7beaee9b0 /tests
parent2e58edbdf45b901558dffe98933d19bdb510b35b (diff)
btrfs-progs: tests: use /bin/bash for scripts
Since we use 'source' in scripts, let's use bash everywhere. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tests')
-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