diff options
Diffstat (limited to 'shell/ash_test/ash-getopts/getopt_nested.right')
-rw-r--r-- | shell/ash_test/ash-getopts/getopt_nested.right | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/shell/ash_test/ash-getopts/getopt_nested.right b/shell/ash_test/ash-getopts/getopt_nested.right new file mode 100644 index 0000000..b0c339d --- /dev/null +++ b/shell/ash_test/ash-getopts/getopt_nested.right @@ -0,0 +1,14 @@ +var:a +var:b +var:c +var:a +var:b +var:c +Illegal option -d +var:? +Illegal option -e +var:? +Illegal option -f +var:? +var:a +End: var:? OPTIND:6 |