mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 00:58:48 -05:00
cookie tests: treat files as text
Fixes test failures because of wrong line endings on Windows.
This commit is contained in:
parent
1b8ed4ad23
commit
387e85efd0
@ -53,7 +53,7 @@ Host: %HOSTIP:%HTTPPORT
|
|||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
</protocol>
|
</protocol>
|
||||||
<file name="log/cookies1151.txt">
|
<file name="log/cookies1151.txt" mode="text">
|
||||||
# Netscape HTTP Cookie File
|
# Netscape HTTP Cookie File
|
||||||
# https://curl.haxx.se/docs/http-cookies.html
|
# https://curl.haxx.se/docs/http-cookies.html
|
||||||
# This file was generated by libcurl! Edit at your own risk.
|
# This file was generated by libcurl! Edit at your own risk.
|
||||||
|
@ -43,7 +43,7 @@ Host: %HOSTIP:%HTTPPORT
|
|||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
</protocol>
|
</protocol>
|
||||||
<file name="log/cookies1155.txt">
|
<file name="log/cookies1155.txt" mode="text">
|
||||||
# Netscape HTTP Cookie File
|
# Netscape HTTP Cookie File
|
||||||
# https://curl.haxx.se/docs/http-cookies.html
|
# https://curl.haxx.se/docs/http-cookies.html
|
||||||
# This file was generated by libcurl! Edit at your own risk.
|
# This file was generated by libcurl! Edit at your own risk.
|
||||||
|
@ -43,7 +43,7 @@ Host: %HOSTIP:%HTTPPORT
|
|||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
</protocol>
|
</protocol>
|
||||||
<file name="log/cookies1161.txt">
|
<file name="log/cookies1161.txt" mode="text">
|
||||||
# Netscape HTTP Cookie File
|
# Netscape HTTP Cookie File
|
||||||
# https://curl.haxx.se/docs/http-cookies.html
|
# https://curl.haxx.se/docs/http-cookies.html
|
||||||
# This file was generated by libcurl! Edit at your own risk.
|
# This file was generated by libcurl! Edit at your own risk.
|
||||||
|
Loading…
Reference in New Issue
Block a user