xref: /freebsd/bin/sh/tests/builtins/eval4.0 (revision 1db9f3b21e39176dd5b67cf8ac378633b172463e)
1
2# eval should preserve $? from command substitutions when starting
3# the parsed command.
4[ $(eval 'echo $?' $(false)) = 1 ]
5