From dacad9df5541b337c77c8bb63012fb663afd4686 Mon Sep 17 00:00:00 2001 From: Andrew Alderwick Date: Thu, 7 Oct 2021 22:39:53 +0100 Subject: [PATCH] Tiny fix. --- etc/asma-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/asma-test.sh b/etc/asma-test.sh index c10c3a0..0d33f21 100755 --- a/etc/asma-test.sh +++ b/etc/asma-test.sh @@ -6,7 +6,7 @@ mkdir asma-test expect_failure() { cat > asma-test/in.tal - echo asma-test/in.tal | bin/uxncli asma-test/asma.rom > out.rom 2> asma-test/asma.log + echo asma-test/in.tal | bin/uxncli asma-test/asma.rom > asma-test/out.rom 2> asma-test/asma.log if ! grep -qF "${1}" asma-test/asma.log; then echo "error: asma didn't report error ${1} in faulty code" cat asma-test/asma.log