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>
master
David Sterba 2016-07-04 13:45:15 +02:00
parent 2e58edbdf4
commit 52fda816e8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# remove all intermediate files from tests
SCRIPT_DIR=$(dirname $(readlink -f $0))

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# a shell with test environment set up, logged commands and output
LANG=C