aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/parameters/positional3.0
blob: d164ed9cf6c7f719efb8b215e589b338613158fc (plain) (blame)
1
2
3
4
# $FreeBSD: head/bin/sh/tests/parameters/positional3.0 268436 2014-07-08 22:04:44Z jilles $

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