summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/builtins/eval6.0
blob: 6752bb65ad4d84a5bc63e7f08772125bd5b58b90 (plain)
1
2
3
4
5
# $FreeBSD$

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