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