]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/expansion/length2.0
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / length2.0
1 # $FreeBSD: head/bin/sh/tests/expansion/length2.0 219611 2011-03-13 16:20:38Z jilles $
2
3 v=$-
4 [ "${#-}" = "${#v}" ] || echo '${#-} wrong'