Newer
Older
ubixos / bin / sh / tests / builtins / eval6.0
@Charlie Root Charlie Root on 16 Jan 2018 219 bytes BSD Shell
# $FreeBSD: releng/11.1/bin/sh/tests/builtins/eval6.0 249220 2013-04-06 22:30:46Z jilles $

# eval should preserve $? from command substitutions when starting
# the parsed command.
[ $(false; eval 'echo $?' $(:)) = 0 ]