From 31ff94214bb9ae2f60b10bb9fa5ea468b141f752 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 24 Nov 2018 23:12:37 -0800 Subject: 4774 Simplification. --- subx/test_apps | 4 ---- 1 file changed, 4 deletions(-) (limited to 'subx/test_apps') 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 } -- cgit 1.4.1-2-gfad0