aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/expansion/length2.0
blob: d749b51f4b20ce06daa24b5df483fe96a562c162 (plain) (blame)
1
2
3
4
# $FreeBSD$

v=$-
[ "${#-}" = "${#v}" ] || echo '${#-} wrong'