Home
       tests/libc: Enable trap cleanup - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 3c7a64d19b6654f885beeef04dca15952066c615
   DIR parent 686135e189c882b2b3e9f7837b002127be743ee1
  HTML Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
       Date:   Wed, 16 Oct 2024 15:10:16 +0200
       
       tests/libc: Enable trap cleanup
       
       Diffstat:
         M tests/libc/execute/chktest.sh       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR 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