xref: /freebsd/bin/sh/tests/expansion/length2.0 (revision b0b1dbdd)
1# $FreeBSD$
2
3v=$-
4[ "${#-}" = "${#v}" ] || echo '${#-} wrong'
5