ash: add all hush parsing tests to ast tests
All pass. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
3
shell/ash_test/ash-parsing/group2.tests
Executable file
3
shell/ash_test/ash-parsing/group2.tests
Executable file
@ -0,0 +1,3 @@
|
||||
# Bug was in handling of "}&" without space
|
||||
{ trap "echo got TERM" TERM; sleep 2; }& sleep 1; kill $!; wait
|
||||
echo Done: $?
|
Reference in New Issue
Block a user