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:
parent
835a2fe694
commit
9ba67b5b79
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user