[hackers] [scc] [tests] Remove chk file at the end of test/chktest.sh || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Thu, 9 Mar 2017 08:24:42 +0100 (CET)

commit a4327ee1d8aa2b13051e95b2787680207b563cac
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Thu Mar 9 08:22:42 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Thu Mar 9 08:22:42 2017 +0100

    [tests] Remove chk file at the end of test/chktest.sh

diff --git a/tests/error/chktest.sh b/tests/error/chktest.sh
index 1922c6e..b19b5b7 100755
--- a/tests/error/chktest.sh
+++ b/tests/error/chktest.sh
_AT_@ -3,7 +3,7 @@
 err=/tmp/$$.err
 chk=/tmp/$$.chk
 
-trap "tabs -8;rm -f a.out *.o $err" 0 1 2 3 15
+trap "tabs -8;rm -f a.out *.o $chk $err" 0 1 2 3 15
 tabs 40
 ulimit -c 0
 rm -f test.log
Received on Thu Mar 09 2017 - 08:24:42 CET

This archive was generated by hypermail 2.3.0 : Thu Mar 09 2017 - 08:36:22 CET