diff --git a/test/run_all.in b/test/run_all.in index 2157a6a66..25ac62f44 100755 --- a/test/run_all.in +++ b/test/run_all.in @@ -8,7 +8,7 @@ then $i > test.log 2>&1 while read LINE do - echo $LINE + echo "$LINE" done < test.log rm test.log done