aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-trap/catch.tests
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-03-31 22:14:32 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-03-31 22:14:32 +0000
commitd3081062453cb394052dd2d8ecda94aaaff3c6df (patch)
tree374ee8629cea1a035e13ed8c05e1ef4ee46fb9ee /shell/hush_test/hush-trap/catch.tests
parent9983d806d910ef1e01bc1868ded40720cee3f092 (diff)
downloadbusybox-d3081062453cb394052dd2d8ecda94aaaff3c6df.tar.gz
hust_test/*: use "$THIS_SH" instead of hush
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 $$