1 # $FreeBSD: head/bin/sh/tests/expansion/cmdsubst7.0 216778 2010-12-28 21:27:08Z jilles $
12 if [ "${v:+bad}" = "" ]; then
16 echo "Failure for $code"
23 testcase ': $((v+=1))'
26 testcase ': $((${$+v=1}))'
27 testcase ': $((v${$+=1}))'
28 testcase ': $((v $(echo =) 1))'
29 testcase ': $(($(echo $w)))'