diff options
Diffstat (limited to 'tests/trap.right')
-rw-r--r-- | tests/trap.right | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/trap.right b/tests/trap.right index c8417ac..d1879a4 100644 --- a/tests/trap.right +++ b/tests/trap.right @@ -53,6 +53,7 @@ trap -- 'echo aborting' SIGQUIT trap -- 'echo aborting' SIGABRT trap -- 'echo aborting' SIGTERM 0 +trap -- '' SIGUSR2 ERRTRAP ERRTRAP ERRTRAP |