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