diff options
Diffstat (limited to 'tests/expected/getopt/options-quiet_output_option_long')
-rw-r--r-- | tests/expected/getopt/options-quiet_output_option_long | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/expected/getopt/options-quiet_output_option_long b/tests/expected/getopt/options-quiet_output_option_long new file mode 100644 index 0000000..3e05ca7 --- /dev/null +++ b/tests/expected/getopt/options-quiet_output_option_long @@ -0,0 +1,5 @@ +getopt: invalid option -- 'c' +getopt: unrecognized option '--unknown' +getopt: option '--long' is ambiguous; possibilities: '--long1' '--long2' +getopt: option requires an argument -- 'b' +exit value: 1 |