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