Add some tests for a fixed bug in an uncommitted patch.
(Trying to get syntax errors for sh -c ':; do' and `:; do`.)
This commit is contained in:
parent
4b9222b7ea
commit
840f51bb6d
9
tools/regression/bin/sh/builtins/eval3.0
Normal file
9
tools/regression/bin/sh/builtins/eval3.0
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
eval 'false;' && exit 1
|
||||
eval 'true;' || exit 1
|
||||
eval 'false;
|
||||
' && exit 1
|
||||
eval 'true;
|
||||
' || exit 1
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user