hush testsuite: add many tests from ash testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
2
shell/hush_test/hush-signals/signal6.tests
Executable file
2
shell/hush_test/hush-signals/signal6.tests
Executable file
@@ -0,0 +1,2 @@
|
||||
{ trap "echo got TERM" TERM; sleep 3; }& sleep 1; kill $!; wait
|
||||
echo Done: $?
|
Reference in New Issue
Block a user