about summary refs log tree commit diff stats
path: root/subx/test_apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-01-03 23:54:54 -0800
committerKartik Agaram <vc@akkartik.com>2019-01-03 23:54:54 -0800
commite3118458b003e5c2378a08807beab92c24de5bdb (patch)
tree469a4a1864069355ae1684b1ecde3837463764bd /subx/test_apps
parent0ee4ff8193d7799e2c70bf0ce3faad1dba21402e (diff)
downloadmu-e3118458b003e5c2378a08807beab92c24de5bdb.tar.gz
4903
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