Unittest - dash compatibility on debian/ubuntu

This commit is contained in:
Renato Alves
2014-10-17 17:24:50 +01:00
parent 65b6875846
commit dc4a3e8038

View File

@@ -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