aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/parameters/positional3.0
blob: 1200469b4e1258e13f6970a250a0686ff601daf1 (plain) (blame)
1
2
3
4
# $FreeBSD$

r=$(${SH} -c 'echo ${01:+yes}${010:+yes}' '' a '' '' '' '' '' '' '' '' b)
[ "$r" = yesyes ]