]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/regression/bin/sh/builtins/eval4.0
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / tools / regression / bin / sh / builtins / eval4.0
1 # $FreeBSD$
2
3 # eval should preserve $? from command substitutions when starting
4 # the parsed command.
5 [ $(eval 'echo $?' $(false)) = 1 ]