diff --git a/test/run_all.in b/test/run_all.in index 3e311c1ba..b90a3abdb 100755 --- a/test/run_all.in +++ b/test/run_all.in @@ -5,7 +5,7 @@ if [ x"$1" = x"--verbose" ]; then for i in ${TESTBLOB} do - if [[ -x "$i" ]]; then + if [ -x "$i" ]; then echo '#' $i $i > test.log 2>&1 while read LINE