]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/regression/bin/sh/expansion/plus-minus8.0
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / tools / regression / bin / sh / 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'