summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-06-18 11:42:19 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-06-18 11:42:19 +0200
commit5fefe68b2619089cb3b5c9efdfe49a8d9f18faf0 (patch)
treef50aec837bcf0189049c3c36b360fa2c6d309f35
parent3b87bd30e8fa4d52ac05ea21300ee09f0ed270c1 (diff)
downloadcurl-bagder/getparam-errormsg.tar.gz
fixup test1179 to require 'manual' feature to get a fixed error messagebagder/getparam-errormsg
-rw-r--r--tests/data/test117910
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/data/test1179 b/tests/data/test1179
index 95699e8a4..206ee7cae 100644
--- a/tests/data/test1179
+++ b/tests/data/test1179
@@ -17,10 +17,14 @@ wrong option
<server>
none
</server>
- <name>
+# 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>
+</name>
+<command>
--never-implemented http://never.use.this.example.com/1179
</command>
</client>