summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/shell/hush_test/hush-trap/usage.right
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/shell/hush_test/hush-trap/usage.right')
-rw-r--r--release/src/router/busybox/shell/hush_test/hush-trap/usage.right14
1 files changed, 14 insertions, 0 deletions
diff --git a/release/src/router/busybox/shell/hush_test/hush-trap/usage.right b/release/src/router/busybox/shell/hush_test/hush-trap/usage.right
new file mode 100644
index 00000000..c0dbd6c3
--- /dev/null
+++ b/release/src/router/busybox/shell/hush_test/hush-trap/usage.right
@@ -0,0 +1,14 @@
+___
+___
+___
+trap -- 'a' EXIT
+trap -- 'a' INT
+trap -- 'a' USR1
+trap -- 'a' USR2
+___
+___
+trap -- 'a' USR1
+trap -- 'a' USR2
+___
+___
+trap -- 'a' USR2