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:
apb 2007-06-08 11:03:47 +00:00
parent 8da3353686
commit 57d159b747

View File

@ -19,3 +19,5 @@ EOF
foo=`crud`
check x$foo x1
check "$( true && ! true | false; echo $? )" 0