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