summaryrefslogtreecommitdiff
path: root/tests/test-select-out.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-select-out.sh')
-rwxr-xr-xtests/test-select-out.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-select-out.sh b/tests/test-select-out.sh
index dbeace50..cfa5e179 100755
--- a/tests/test-select-out.sh
+++ b/tests/test-select-out.sh
@@ -2,7 +2,7 @@
# Test select() on file descriptors opened for writing.
tmpfiles=""
-trap 'rm -fr $tmpfiles' 1 2 3 15
+trap 'rm -fr $tmpfiles' HUP INT QUIT TERM
tmpfiles="$tmpfiles t-select-out.out t-select-out.tmp"