diff options
Diffstat (limited to 'tests/expected/getopt/options-longopts')
-rw-r--r-- | tests/expected/getopt/options-longopts | 2 |
1 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 |