From a09053ce0b605e82081c10420c9e25fc86e9c1cf Mon Sep 17 00:00:00 2001 From: mrdudz Date: Wed, 9 Nov 2022 01:07:36 +0100 Subject: [PATCH] make test work again also on linux. why did this not break the github actions? --- test/asm/listing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/asm/listing/Makefile b/test/asm/listing/Makefile index 10f5a5a97..d0d045a02 100644 --- a/test/asm/listing/Makefile +++ b/test/asm/listing/Makefile @@ -19,7 +19,7 @@ else RMDIR = $(RM) -r $1 ERRDIR = 2>&1 TRUE = true - CAT = cat + CAT = cat $1 endif ifdef QUIET