xref: /dflybsd-src/tools/regression/bin/sh/parameters/positional3.0 (revision 49c0db25be0fbb7f1971db22a7b27a398a28e734)
1# $FreeBSD: head/bin/sh/tests/parameters/positional3.0 268436 2014-07-08 22:04:44Z jilles $
2
3r=$(${SH} -c 'echo ${01:+yes}${010:+yes}' '' a '' '' '' '' '' '' '' '' b)
4[ "$r" = yesyes ]
5