hush: fixes to testsuite
[oweals/busybox.git] / shell / hush_test / hush-trap / savetrap.right
index 2d33427aa3b0e0eeb92f09343149bb0ba59d1aeb..a59225be3a1320984ffb68e40c37c30f003aec21 100644 (file)
@@ -1,3 +1,8 @@
-trap -- 'echo WINCH!' SIGWINCH
-trap -- 'echo WINCH!' SIGWINCH
+trap -- 'echo Exiting' EXIT
+trap -- 'echo WINCH!' WINCH
+trap -- 'echo Exiting' EXIT
+trap -- 'echo WINCH!' WINCH
+trap -- 'echo Exiting' EXIT
+trap -- 'echo WINCH!' WINCH
 Done
+Exiting