tests: clean up also upon SIGQUIT
authorJim Meyering <meyering@redhat.com>
Sat, 24 Apr 2010 13:50:41 +0000 (15:50 +0200)
committerJim 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

index 8bf5601..a62857b 100644 (file)
@@ -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