1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-24 00:58:48 -05:00

test1299: use single quotes around asterisk

Ref: https://github.com/curl/curl/issues/1751#issuecomment-321522580
This commit is contained in:
Marcel Raad 2018-10-02 23:35:52 +02:00
parent 835a2fe694
commit 9ba67b5b79
No known key found for this signature in database
GPG Key ID: 07ADACB610D796DA

View File

@ -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>