X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Ftrap.right;h=6fa6ba5bf2688dcb44ebe41325956f71ecf5d27d;hb=cce855bc5b117cb7ae70064131120687bc69fac0;hp=442a864b0c9eda761e5de0de39d66b8f749baf24;hpb=e8ce775db824de329b81293b4e5d8fbd65624528;p=platform%2Fupstream%2Fbash.git diff --git a/tests/trap.right b/tests/trap.right index 442a864..6fa6ba5 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