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