diff options
Diffstat (limited to 'subx/test_apps')
-rwxr-xr-x | subx/test_apps | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subx/test_apps b/subx/test_apps index 337b6866..75bdc6b5 100755 --- a/subx/test_apps +++ b/subx/test_apps @@ -145,9 +145,13 @@ 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 } exit 0 |