]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1105: adjust <data> to work with a hyper build
authorDaniel Stenberg <daniel@haxx.se>
Tue, 18 Oct 2022 22:33:17 +0000 (00:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 20 Oct 2022 06:58:31 +0000 (08:58 +0200)
Closes #9767

tests/data/test1105

index 21a8b52292fd61a75243bf0dc2548890cf346316..396933838235a2b3b31586b91002f2b63533a446 100644 (file)
@@ -11,18 +11,18 @@ cookiejar
 # Server-side
 <reply>
 <data>
-HTTP/1.1 200 OK
-Date: Tue, 09 Nov 2010 14:49:00 GMT
-Server: test-server/fake
-Content-Type: text/html
-Funny-head: yesyes swsclose
-Set-Cookie: foobar=name;
-Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
-Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
+HTTP/1.1 200 OK\r
+Date: Tue, 09 Nov 2010 14:49:00 GMT\r
+Server: test-server/fake\r
+Content-Type: text/html\r
+Funny-head: yesyes swsclose\r
+Set-Cookie: foobar=name;\r
+Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";\r
+Set-Cookie: partmatch=present; domain=.0.0.1; path=/;\r
 Set-Cookie: foo        bar=barfoo\r
 Set-Cookie: bar        foo=\r
 Set-Cookie: bar=foo    bar\r
-
+\r
 </data>
 </reply>