aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-getopts/getopt_positional.right
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash_test/ash-getopts/getopt_positional.right')
-rw-r--r--shell/ash_test/ash-getopts/getopt_positional.right6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ash_test/ash-getopts/getopt_positional.right b/shell/ash_test/ash-getopts/getopt_positional.right
new file mode 100644
index 000000000..37d0ec845
--- /dev/null
+++ b/shell/ash_test/ash-getopts/getopt_positional.right
@@ -0,0 +1,6 @@
+*** no OPTIND, optstring:'we' args:-q -w -e r -t -y
+Illegal option -q
+var:'?' OPTIND:2
+var:'w' OPTIND:3
+var:'e' OPTIND:4
+exited: var:'?' OPTIND:4