From bb2bbcc944e5b2a089f27e9b988e1740a517cedd Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 30 Sep 2016 11:34:15 +0100 Subject: 39517: back off 39502 (WC_ASSIGN causes fork in pipe). This isn't a robust fix as WC_ASSIGNs simply precede the main wordcode. --- Test/A01grammar.ztst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'Test/A01grammar.ztst') diff --git a/Test/A01grammar.ztst b/Test/A01grammar.ztst index 0b1085c3e..1ad73c599 100644 --- a/Test/A01grammar.ztst +++ b/Test/A01grammar.ztst @@ -757,9 +757,12 @@ >} >Stuff here - x=1 - x=2 | echo $x - echo $x -0:Assignment-only current shell commands in LHS of pipelin ->1 ->1 +## This problem is hard to fix without significant changes to how +## the shell forks for a pipeline. +# +# x=1 +# x=2 | echo $x +# echo $x +# 0:Assignment-only current shell commands in LHS of pipelin +# >1 +# >1 -- cgit 1.4.1