summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Taccari <iamleot@gmail.com>2018-12-12 17:11:20 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-12-13 10:24:01 +0100
commit3997510eed6f986cef5898cf7d4485e7acfa3a14 (patch)
tree44766ff91dd716a9e639d8bdf5ad70ecf3511b2b
parent9026083ddb2a986f41cfc9337640eadd2dc372ea (diff)
downloadcurl-3997510eed6f986cef5898cf7d4485e7acfa3a14.tar.gz
test1201: Add a trailing `?' to the selector
This verify that the `?' in the selector is kept as is. Verifies the fix in #3370
-rw-r--r--tests/data/test12014
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1201 b/tests/data/test1201
index 81a9fe425..29a059aa0 100644
--- a/tests/data/test1201
+++ b/tests/data/test1201
@@ -25,7 +25,7 @@ gopher
Gopher selector
</name>
<command>
-gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR/1201
+gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR/1201?
</command>
</client>
@@ -33,7 +33,7 @@ gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR/1201
# Verify data after the test has been "shot"
<verify>
<protocol>
-/selector/SELECTOR/1201
+/selector/SELECTOR/1201?
</protocol>
</verify>
</testcase>