mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:47:29 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue