summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2018-10-02 23:35:52 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2018-10-02 23:35:52 +0200
commit9ba67b5b7991d785df16dd1774879b7b8bbe3e78 (patch)
treea8b16396a04976cfb0978cdee74a18e0121e0b40
parent835a2fe694214341b601b2439082a30a24cc9da9 (diff)
downloadcurl-9ba67b5b7991d785df16dd1774879b7b8bbe3e78.tar.gz
test1299: use single quotes around asterisk
Ref: https://github.com/curl/curl/issues/1751#issuecomment-321522580
-rw-r--r--tests/data/test12992
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1299 b/tests/data/test1299
index 5ed92da5c..51e0e7983 100644
--- a/tests/data/test1299
+++ b/tests/data/test1299
@@ -34,7 +34,7 @@ http
Send "OPTIONS *" with --request-target
</name>
<command>
---request-target "*" -X OPTIONS http://%HOSTIP:%HTTPPORT/ -H "Testno: 1299"
+--request-target '*' -X OPTIONS http://%HOSTIP:%HTTPPORT/ -H "Testno: 1299"
</command>
</client>