aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-signals/catch.tests
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xshell/hush_test/hush-signals/catch.tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/hush_test/hush-signals/catch.tests b/shell/hush_test/hush-signals/catch.tests
index d2a21d17e..4b1a08e8f 100755
--- a/shell/hush_test/hush-signals/catch.tests
+++ b/shell/hush_test/hush-signals/catch.tests
@@ -1,3 +1,6 @@
1# If job control is disabled, skip the test ("User defined signal 2" text not emitted)
2test "`type jobs`" = "jobs is a shell builtin" || exit 77
3
1# avoid ugly warnings about signals not being caught 4# avoid ugly warnings about signals not being caught
2trap ":" USR1 USR2 5trap ":" USR1 USR2
3 6