1*3e3895bfSKrzysztof Piecuch# $FreeBSD: head/bin/sh/tests/builtins/eval6.0 249220 2013-04-06 22:30:46Z jilles $ 2b1abb130SPeter Avalos 3b1abb130SPeter Avalos# eval should preserve $? from command substitutions when starting 4b1abb130SPeter Avalos# the parsed command. 5b1abb130SPeter Avalos[ $(false; eval 'echo $?' $(:)) = 0 ] 6