Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / tests / trap.tests
index e9e10cc..5d8b06c 100644 (file)
@@ -68,6 +68,11 @@ trap '' USR2
 
 ${THIS_SH} ./trap3.sub
 
+${THIS_SH} ./trap4.sub
+
+# This doesn't work right on all Unix versions
+#${THIS_SH} ./trap5.sub
+
 #
 # show that setting a trap on SIGCHLD is not disastrous.
 #