From 52fda816e88b2b521c2eaa8e416176d3a8d7a6fa Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 4 Jul 2016 13:45:15 +0200 Subject: btrfs-progs: tests: use /bin/bash for scripts Since we use 'source' in scripts, let's use bash everywhere. Signed-off-by: David Sterba --- tests/clean-tests.sh | 2 +- tests/test-console.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3