diff options
Diffstat (limited to '')
-rw-r--r-- | tests/expected/getopt/options-longopts | 2 | ||||
-rw-r--r-- | tests/expected/getopt/options-longopts.err | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/expected/getopt/options-longopts b/tests/expected/getopt/options-longopts new file mode 100644 index 0000000..8ee9953 --- /dev/null +++ b/tests/expected/getopt/options-longopts @@ -0,0 +1,2 @@ + --long1 --thirdlong 'ARGUMENT' --secondlong 'ARG' --abbreviation 'ABBRARG' -a -- 'EXTRA1' +exit value: 0 diff --git a/tests/expected/getopt/options-longopts.err b/tests/expected/getopt/options-longopts.err new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/expected/getopt/options-longopts.err |