summaryrefslogtreecommitdiff
path: root/lib/t-idcache
diff options
context:
space:
mode:
Diffstat (limited to 'lib/t-idcache')
-rwxr-xr-xlib/t-idcache4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/t-idcache b/lib/t-idcache
index e4d71af0a2..0a08d49b42 100755
--- a/lib/t-idcache
+++ b/lib/t-idcache
@@ -4,8 +4,8 @@
pwd=`pwd`
t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
-trap 'status=$?; cd "$pwd" && chmod -R u+rwx $t0 && rm -rf $t0 && exit $status' 0
-trap '(exit $?); exit $?' 1 2 13 15
+trap 'status=$?; cd "$pwd" && chmod -R u+rwx $t0 && rm -rf $t0 && exit $status' EXIT
+trap '(exit $?); exit $?' HUP INT PIPE TERM
srcdir=../..
framework_failure=0