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