add two more tests which currently fail
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
got TERM
|
||||
Done: 0
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
# Bug: TERM does not trigger in the child
|
||||
{ trap "echo got TERM" TERM; sleep 3; }& sleep 1; kill $!; wait
|
||||
echo Done: $?
|
||||
Reference in New Issue
Block a user