diff options
Diffstat (limited to '')
-rw-r--r-- | tests/expected/getopt/options-invalid_getopt_option | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/expected/getopt/options-invalid_getopt_option b/tests/expected/getopt/options-invalid_getopt_option new file mode 100644 index 0000000..b3577e0 --- /dev/null +++ b/tests/expected/getopt/options-invalid_getopt_option @@ -0,0 +1,3 @@ +getopt: invalid option -- 'b' +Try 'getopt --help' for more information. +exit value: 2 |