1210738Sjilles# $FreeBSD: releng/11.0/bin/sh/tests/builtins/eval4.0 210738 2010-08-01 22:39:07Z jilles $
2210738Sjilles
3210738Sjilles# eval should preserve $? from command substitutions when starting
4210738Sjilles# the parsed command.
5210738Sjilles[ $(eval 'echo $?' $(false)) = 1 ]
6