diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-10-02 23:35:52 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-10-02 23:35:52 +0200 |
commit | 9ba67b5b7991d785df16dd1774879b7b8bbe3e78 (patch) | |
tree | a8b16396a04976cfb0978cdee74a18e0121e0b40 /tests | |
parent | 835a2fe694214341b601b2439082a30a24cc9da9 (diff) | |
download | curl-9ba67b5b7991d785df16dd1774879b7b8bbe3e78.tar.gz |
test1299: use single quotes around asterisk
Ref: https://github.com/curl/curl/issues/1751#issuecomment-321522580
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1299 | 2 |
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> |