diff options
Diffstat (limited to 'shell/hush_test/hush-trap/catch.tests')
-rwxr-xr-x | shell/hush_test/hush-trap/catch.tests | 2 |
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 b1a4ed9..d2a21d1 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 $$ |