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_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
 }