aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-trap/savetrap.right
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-trap/savetrap.right')
-rw-r--r--shell/hush_test/hush-trap/savetrap.right3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/hush_test/hush-trap/savetrap.right b/shell/hush_test/hush-trap/savetrap.right
new file mode 100644
index 000000000..2d33427aa
--- /dev/null
+++ b/shell/hush_test/hush-trap/savetrap.right
@@ -0,0 +1,3 @@
+trap -- 'echo WINCH!' SIGWINCH
+trap -- 'echo WINCH!' SIGWINCH
+Done