diff options
Diffstat (limited to '')
-rw-r--r-- | tests/expected/getopt/options-compatible | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/expected/getopt/options-compatible b/tests/expected/getopt/options-compatible new file mode 100644 index 0000000..66e42a7 --- /dev/null +++ b/tests/expected/getopt/options-compatible @@ -0,0 +1,5 @@ +getopt: missing optstring argument +Try 'getopt --help' for more information. +exit value: 2 + -- +exit value: 0 |