commit dacad9df5541b337c77c8bb63012fb663afd4686 parent 80102ff212270645788d6f6698c2efe4486ed2dd Author: Andrew Alderwick <andrew@alderwick.co.uk> Date: Thu, 7 Oct 2021 22:39:53 +0100 Tiny fix. Diffstat:
M | etc/asma-test.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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