From: Marcel Raad Date: Tue, 2 Oct 2018 21:35:52 +0000 (+0200) Subject: test1299: use single quotes around asterisk X-Git-Tag: curl-7_62_0~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ba67b5b7991d785df16dd1774879b7b8bbe3e78;p=curl test1299: use single quotes around asterisk Ref: https://github.com/curl/curl/issues/1751#issuecomment-321522580 --- 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 ---request-target "*" -X OPTIONS http://%HOSTIP:%HTTPPORT/ -H "Testno: 1299" +--request-target '*' -X OPTIONS http://%HOSTIP:%HTTPPORT/ -H "Testno: 1299"