summaryrefslogtreecommitdiff
path: root/tests/trap.right
diff options
context:
space:
mode:
Diffstat (limited to 'tests/trap.right')
-rw-r--r--tests/trap.right4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/trap.right b/tests/trap.right
index 442a864b..6fa6ba5b 100644
--- a/tests/trap.right
+++ b/tests/trap.right
@@ -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