Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
74d40589288890fffea437ed2f38ad1f2dc740e5
/
.
/
shell
/
hush_test
/
hush-getopts
/
getopt_positional.right
blob: f1c942476bc76cdcee578dc9f9c88d82b6ec1137 [
file
] [
log
] [
blame
]
***
no
OPTIND
,
optstring
:
'we'
args
:-
q
-
w
-
e r
-
t
-
y
./
getopt_positional
.
tests
:
invalid option
--
q
var
:
'?'
OPTIND
:
2
var
:
'w'
OPTIND
:
3
var
:
'e'
OPTIND
:
4
exited
:
var
:
'?'
OPTIND
:
4