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