aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/builtins/eval6.0
blob: 84584f1c1bf30212d78f761e5f7080cd1a2df93d (plain) (blame)
1
2
3
4

# eval should preserve $? from command substitutions when starting
# the parsed command.
[ $(false; eval 'echo $?' $(:)) = 0 ]