commit 3c7a64d19b6654f885beeef04dca15952066c615
parent 686135e189c882b2b3e9f7837b002127be743ee1
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Wed, 16 Oct 2024 15:10:16 +0200
tests/libc: Enable trap cleanup
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/libc/execute/chktest.sh b/tests/libc/execute/chktest.sh
@@ -3,7 +3,7 @@
file=${1?' empty input file'}
tmp1=`mktemp`
tmp2=`mktemp`
-#trap "rm -f *.o $tmp1 $tmp2" EXIT INT QUIT TERM
+trap "rm -f *.o $tmp1 $tmp2" EXIT INT QUIT TERM
ulimit -c 0
rm -f test.log