summary refs log tree commit diff
path: root/bin/1sh/tests/expansion/plus-minus8.0
blob: 49385cd7fc50788d5939f617aed62334a6d966fc (plain) (blame)
1
2
3
4
5
# $FreeBSD: releng/12.1/bin/sh/tests/expansion/plus-minus8.0 219623 2011-03-13 20:02:39Z jilles $

set -- 1 2 3 4 5 6 7 8 9 10 11 12 13
[ "${#+hi}" = hi ] || echo '${#+hi} wrong'
[ "${#-hi}" = 13 ] || echo '${#-hi} wrong'