ash,hush: make trap output short signal names, without SIG prefix
[oweals/busybox.git] / shell / hush_test / hush-trap / catch.tests
old mode 100644 (file)
new mode 100755 (executable)
index b1a4ed9..d2a21d1
@@ -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 $$