]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/sh/tests/parameters/positional3.0
MFC r268436,273243,278806,280920,286971: sh: Add various tests.
[FreeBSD/stable/10.git] / bin / sh / tests / parameters / positional3.0
1 # $FreeBSD$
2
3 r=$(${SH} -c 'echo ${01:+yes}${010:+yes}' '' a '' '' '' '' '' '' '' '' b)
4 [ "$r" = yesyes ]