projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
765d674
)
tests: clean up also upon SIGQUIT
author
Jim Meyering
<meyering@redhat.com>
Sat, 24 Apr 2010 13:50:41 +0000
(15:50 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Sat, 24 Apr 2010 13:50:41 +0000
(15:50 +0200)
* tests/test-lib.sh: Also trap on SIGQUIT.
Spotted by Dmitry V. Levin.
tests/test-lib.sh
patch
|
blob
|
history
diff --git
a/tests/test-lib.sh
b/tests/test-lib.sh
index 8bf5601e5e1a2841b36e83ded3991faf79e30aed..a62857bdb1a5cdc794b5c9b71ea909853c431866 100644
(file)
--- a/
tests/test-lib.sh
+++ b/
tests/test-lib.sh
@@
-410,6
+410,7
@@
remove_tmp_()
trap remove_tmp_ 0
trap 'Exit 129' 1
trap 'Exit 130' 2
+trap 'Exit 131' 3
trap 'Exit 141' 13
trap 'Exit 143' 15