]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/bin/sh/builtins/eval4.0
Merge r262690 from head to stable/10:
[FreeBSD/stable/10.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 ]