summaryrefslogtreecommitdiff
path: root/tests/havelib/rpath-1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/havelib/rpath-1')
-rw-r--r--tests/havelib/rpath-12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/havelib/rpath-1 b/tests/havelib/rpath-1
index 2d14f04546..821c304296 100644
--- a/tests/havelib/rpath-1
+++ b/tests/havelib/rpath-1
@@ -1,7 +1,7 @@
# Common portion of all rpath-1* tests.
tmpfiles=""
-trap 'rm -fr $tmpfiles' 1 2 3 15
+trap 'rm -fr $tmpfiles' HUP INT QUIT TERM
builddir=`pwd`
global_top_auxdir=`cd "$top_srcdir"/build-aux && pwd`