hush: fix hush-bugs/parse_err.tests
function old new delta parse_stream 2325 2339 +14 builtin_umask 121 123 +2 builtin_type 116 114 -2 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
2
shell/hush_test/hush-parsing/group2.right
Normal file
2
shell/hush_test/hush-parsing/group2.right
Normal file
@@ -0,0 +1,2 @@
|
||||
got TERM
|
||||
Done: 0
|
3
shell/hush_test/hush-parsing/group2.tests
Executable file
3
shell/hush_test/hush-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