]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/regression/bin/sh/builtins/eval6.0
MFC r245383,245392,247190,249220,251180,251797: New sh testcases.
[FreeBSD/stable/9.git] / tools / regression / bin / sh / builtins / eval6.0
1 # $FreeBSD$
2
3 # eval should preserve $? from command substitutions when starting
4 # the parsed command.
5 [ $(false; eval 'echo $?' $(:)) = 0 ]