]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1179: verify error message for non-existing cmdline option
authorDaniel Stenberg <daniel@haxx.se>
Thu, 18 Jun 2020 06:45:02 +0000 (08:45 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 18 Jun 2020 11:59:49 +0000 (13:59 +0200)
tests/data/Makefile.inc
tests/data/test1179 [new file with mode: 0644]

index 4ce9e7420d8d919c76dac31379e82ea4ab7a22ad..d6f7915be5c57537b949c280f21bb5d29ca684cd 100644 (file)
@@ -139,7 +139,7 @@ test1160 test1161 test1162 test1163 test1164 test1165 test1166 test1167 \
 test1168 \
 \
 test1170 test1171 test1172 test1173 test1174 test1175 test1176 test1177 \
-test1178 \
+test1178 test1179 \
 \
 test1190 test1191 test1192 test1193 test1194 test1195 test1196 \
 \
diff --git a/tests/data/test1179 b/tests/data/test1179
new file mode 100644 (file)
index 0000000..206ee7c
--- /dev/null
@@ -0,0 +1,43 @@
+<testcase>
+<info>
+<keywords>
+cmdline
+wrong option
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+none
+</server>
+# make this test require manual as the error message is different without it
+<features>
+manual
+</features>
+<name>
+error when using unknown command line option
+</name>
+<command>
+--never-implemented http://never.use.this.example.com/1179
+</command>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<errorcode>
+2
+</errorcode>
+<stderr mode="text">
+curl: option --never-implemented: is unknown
+curl: try 'curl --help' or 'curl --manual' for more information
+</stderr>
+</verify>
+</testcase>