diff options
Diffstat (limited to 'tests/expected/getopt/options-unknown_options')
-rw-r--r-- | tests/expected/getopt/options-unknown_options | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/expected/getopt/options-unknown_options b/tests/expected/getopt/options-unknown_options new file mode 100644 index 0000000..6edba2b --- /dev/null +++ b/tests/expected/getopt/options-unknown_options @@ -0,0 +1,4 @@ +getopt: invalid option -- 'b' +getopt: unrecognized option '--whatever' + --long -a -- +exit value: 1 |