1210738Sjilles# $FreeBSD$
2210738Sjilles
3210738Sjilles# eval should preserve $? from command substitutions when starting
4210738Sjilles# the parsed command.
5210738Sjilles[ $(eval 'echo $?' $(false)) = 1 ]
6