Imported from ../bash-2.02.tar.gz.
[platform/upstream/bash.git] / tests / trap.right
index 442a864..6fa6ba5 100644 (file)
@@ -48,4 +48,8 @@ caught a child death
 caught a child death
 caught a child death
 trap -- 'echo caught a child death' SIGCHLD
+trap -- 'echo exiting' EXIT
+trap -- 'echo aborting' SIGABRT
+trap -- 'echo caught a child death' SIGCHLD
+trap -- '' SIGUSR2
 exiting