From dc4a3e80385c82d882b10838fbf31414a9bfac58 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Fri, 17 Oct 2014 17:24:50 +0100 Subject: [PATCH] Unittest - dash compatibility on debian/ubuntu --- test/run_all.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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