aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-trap/catch.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-trap/catch.tests')
-rwxr-xr-xshell/hush_test/hush-trap/catch.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/hush-trap/catch.tests b/shell/hush_test/hush-trap/catch.tests
index b1a4ed95b..d2a21d17e 100755
--- a/shell/hush_test/hush-trap/catch.tests
+++ b/shell/hush_test/hush-trap/catch.tests
@@ -1,7 +1,7 @@
# avoid ugly warnings about signals not being caught
trap ":" USR1 USR2
-hush -c '
+"$THIS_SH" -c '
trap "echo caught" USR2
echo "sending USR2"
kill -USR2 $$