about summary refs log tree commit diff stats
path: root/subx/test_apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-11-24 23:12:37 -0800
committerKartik Agaram <vc@akkartik.com>2018-11-24 23:14:21 -0800
commit31ff94214bb9ae2f60b10bb9fa5ea468b141f752 (patch)
tree72fa35382edff6beafa603678045399a611492f2 /subx/test_apps
parent732cf4e7cc05f00473663855271ec9b6a07d0196 (diff)
downloadmu-31ff94214bb9ae2f60b10bb9fa5ea468b141f752.tar.gz
4774
Simplification.
Diffstat (limited to 'subx/test_apps')
-rwxr-xr-xsubx/test_apps4
1 files changed, 0 insertions, 4 deletions
diff --git a/subx/test_apps b/subx/test_apps
index 75bdc6b5..8c97c521 100755
--- a/subx/test_apps
+++ b/subx/test_apps
@@ -143,13 +143,9 @@ test `uname` = 'Linux'  &&  {
 echo crenshaw2-1
 CFLAGS=-g ./subx translate *.subx apps/crenshaw2-1.subx  -o apps/crenshaw2-1
 [ "$1" != record ]  &&  git diff --quiet apps/crenshaw2-1
-CFLAGS=-g ./subx run apps/crenshaw2-1 2>crenshaw2-1.out  ||  true
-test "`cat crenshaw2-1.out`" = 'Error: integer expected'
 CFLAGS=-g ./subx run apps/crenshaw2-1 test
 echo
 test `uname` = 'Linux'  &&  {
-  apps/crenshaw2-1 2>crenshaw2-1.out  ||  true
-  test "`cat crenshaw2-1.out`" = 'Error: integer expected'
   apps/crenshaw2-1 test
   echo
 }