From 76db5a45e17b5b8d2bc7f737b54270d6ad5f33da Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 5 Jan 2014 16:54:31 -0500 Subject: [PATCH] Unit Tests - Prevented test descriptions containing '*' from expanding in the shell. --- 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 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