Unittest - dash compatibility on debian/ubuntu
This commit is contained in:
@@ -5,7 +5,7 @@ if [ x"$1" = x"--verbose" ];
|
|||||||
then
|
then
|
||||||
for i in ${TESTBLOB}
|
for i in ${TESTBLOB}
|
||||||
do
|
do
|
||||||
if [[ -x "$i" ]]; then
|
if [ -x "$i" ]; then
|
||||||
echo '#' $i
|
echo '#' $i
|
||||||
$i > test.log 2>&1
|
$i > test.log 2>&1
|
||||||
while read LINE
|
while read LINE
|
||||||
|
|||||||
Reference in New Issue
Block a user