]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/sh/tests/expansion/plus-minus8.0
Sync sh(1) in stable/10 to head.
[FreeBSD/stable/10.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'