Add a test for the true && ! true | false
bug
which dsl fixed in revision 1.65 of src/bin/sh/parser.c.
This commit is contained in:
parent
8da3353686
commit
57d159b747
@ -19,3 +19,5 @@ EOF
|
||||
|
||||
foo=`crud`
|
||||
check x$foo x1
|
||||
|
||||
check "$( true && ! true | false; echo $? )" 0
|
||||
|
Loading…
Reference in New Issue
Block a user