From 9ba67b5b7991d785df16dd1774879b7b8bbe3e78 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Tue, 2 Oct 2018 23:35:52 +0200 Subject: test1299: use single quotes around asterisk Ref: https://github.com/curl/curl/issues/1751#issuecomment-321522580 --- tests/data/test1299 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3