]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/getopts7.0
3745555f8c1a195a0dfd3e16883a51cb5c03f2b3
[apple/shell_cmds.git] / sh / tests / builtins / getopts7.0
1 # $FreeBSD$
2
3 set -- -x
4 getopts :x: var
5 r=$?
6 [ r != 0 ] && [ "$OPTIND" = 2 ]