summaryrefslogtreecommitdiffstats
path: root/tests/expected/getopt/options-name_option_short
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/expected/getopt/options-name_option_short2
-rw-r--r--tests/expected/getopt/options-name_option_short.err2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/expected/getopt/options-name_option_short b/tests/expected/getopt/options-name_option_short
new file mode 100644
index 0000000..5538e16
--- /dev/null
+++ b/tests/expected/getopt/options-name_option_short
@@ -0,0 +1,2 @@
+ --long -a --
+exit value: 1
diff --git a/tests/expected/getopt/options-name_option_short.err b/tests/expected/getopt/options-name_option_short.err
new file mode 100644
index 0000000..140ce70
--- /dev/null
+++ b/tests/expected/getopt/options-name_option_short.err
@@ -0,0 +1,2 @@
+THIS_PROGRAM: invalid option -- 'b'
+THIS_PROGRAM: unrecognized option '--whatever'