]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/expansion/length2.0
d749b51f4b20ce06daa24b5df483fe96a562c162
[apple/shell_cmds.git] / sh / tests / expansion / length2.0
1 # $FreeBSD$
2
3 v=$-
4 [ "${#-}" = "${#v}" ] || echo '${#-} wrong'