hush/shell/hush_test/hush-bugs/parse_err.tests
Denys Vlasenko 0f01b00d74 add two more tests which currently fail
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-05-17 04:57:55 +02:00

4 lines
126 B
Plaintext
Executable File

# Bug happens only if there is no space in "}&"
{ trap "echo got TERM" TERM; sleep 3; }& sleep 1; kill $!; wait
echo Done: $?