scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 9b42cfb3978558612365a9711fdb0df713a53706
parent d6a9def79cde77ddd1750b4e49a01a8383e8112c
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 19 Jan 2025 09:57:21 +0100

tests/make: Remove more files in 0093-inference

Diffstat:
Mtests/make/execute/0093-inference.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/make/execute/0093-inference.sh b/tests/make/execute/0093-inference.sh @@ -1,6 +1,6 @@ #!/bin/sh -trap 'rm -f $tmp1 $tmp2 $tmp3 f.?' EXIT INT TERM QUIT HUP +trap 'rm -f f.? $tmp1 $tmp2 $tmp3 f.?' EXIT INT TERM QUIT HUP tmp1=tmp1.$$ tmp2=tmp2.$$