add two more tests which currently fail
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
7c1ed9fbde
commit
0f01b00d74
2
shell/ash_test/ash-signals/signal6.right
Normal file
2
shell/ash_test/ash-signals/signal6.right
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
got TERM
|
||||||
|
Done: 0
|
3
shell/ash_test/ash-signals/signal6.tests
Executable file
3
shell/ash_test/ash-signals/signal6.tests
Executable file
@ -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: $?
|
2
shell/hush_test/hush-bugs/parse_err.right
Normal file
2
shell/hush_test/hush-bugs/parse_err.right
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
got TERM
|
||||||
|
Done: 0
|
3
shell/hush_test/hush-bugs/parse_err.tests
Executable file
3
shell/hush_test/hush-bugs/parse_err.tests
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
# Bug happens only if there is no space in "}&"
|
||||||
|
{ trap "echo got TERM" TERM; sleep 3; }& sleep 1; kill $!; wait
|
||||||
|
echo Done: $?
|
Loading…
Reference in New Issue
Block a user