summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/eval4.0
blob: 67da2f5c832d121117a11342b377f27183b8589b (plain)
1
2
3
4
5
# $FreeBSD$

# eval should preserve $? from command substitutions when starting
# the parsed command.
[ $(eval 'echo $?' $(false)) = 1 ]
OpenPOWER on IntegriCloud