]> git.saurik.com Git - apple/shell_cmds.git/blame_incremental - sh/tests/builtins/eval4.0
shell_cmds-198.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / eval4.0
... / ...
CommitLineData
1# $FreeBSD$
2
3# eval should preserve $? from command substitutions when starting
4# the parsed command.
5[ $(eval 'echo $?' $(false)) = 1 ]