about summary refs log tree commit diff stats
path: root/subx/test_apps
diff options
context:
space:
mode:
Diffstat (limited to 'subx/test_apps')
-rwxr-xr-xsubx/test_apps2
1 files changed, 0 insertions, 2 deletions
diff --git a/subx/test_apps b/subx/test_apps
index 62df1fe4..3882066b 100755
--- a/subx/test_apps
+++ b/subx/test_apps
@@ -130,10 +130,8 @@ echo handle
 CFLAGS=-g ./subx translate *.subx apps/handle.subx  -o apps/handle
 [ "$1" != record ]  &&  git diff --quiet apps/handle
 CFLAGS=-g ./subx run apps/handle 2>&1  |grep -q 'lookup failed'
-echo
 test `uname` = 'Linux'  &&  {
   apps/handle test 2>&1  |grep -q 'lookup failed'
-  echo
 }
 
 echo factorial