]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - bin/sh/tests/expansion/plus-minus8.0
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / bin / sh / tests / expansion / plus-minus8.0
1 # $FreeBSD$
2
3 set -- 1 2 3 4 5 6 7 8 9 10 11 12 13
4 [ "${#+hi}" = hi ] || echo '${#+hi} wrong'
5 [ "${#-hi}" = 13 ] || echo '${#-hi} wrong'