aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-getopts/getopt_positional.right
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-getopts/getopt_positional.right')
-rw-r--r--shell/hush_test/hush-getopts/getopt_positional.right6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/hush_test/hush-getopts/getopt_positional.right b/shell/hush_test/hush-getopts/getopt_positional.right
new file mode 100644
index 000000000..f1c942476
--- /dev/null
+++ b/shell/hush_test/hush-getopts/getopt_positional.right
@@ -0,0 +1,6 @@
+*** 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