diff options
Diffstat (limited to 'shell/ash_test/ash-getopts/getopt_positional.right')
-rw-r--r-- | shell/ash_test/ash-getopts/getopt_positional.right | 6 |
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 0000000..37d0ec8 --- /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 |