scc

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

commit f22374d59ae47eaf74ad42b55b576a442c608517
parent f2fe6bc81e714ea3e422a0513ac171c9b2101646
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 30 Jun 2022 08:49:18 +0200

tests/ar: Simplify chktest.sh

Diffstat:
Mtests/ar/execute/chktest.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ar/execute/chktest.sh b/tests/ar/execute/chktest.sh @@ -1,6 +1,6 @@ #!/bin/sh -trap "rm -rf file*; exit" 0 2 3 15 +trap "rm -rf file*" EXIT HUP INT QUIT TERM ulimit -c 0 rm -f test.log rm -rf file*