summaryrefslogtreecommitdiff
path: root/tests/test-console.sh
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/test-console.sh
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/test-console.sh')
-rwxr-xr-xtests/test-console.sh2
1 files changed, 1 insertions, 1 deletions
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