xref: /freebsd/bin/sh/tests/builtins/getopts7.0 (revision 61e21613)
1
2set -- -x
3getopts :x: var
4r=$?
5[ r != 0 ] && [ "$OPTIND" = 2 ]
6