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