mirror of
https://github.com/curl/curl.git
synced 2026-07-16 00:47:17 +03: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
3 changed files with 3 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ Host: %HOSTIP:%HTTPPORT
|
|||
Accept: */*
|
||||
|
||||
</protocol>
|
||||
<file name="log/cookies1151.txt">
|
||||
<file name="log/cookies1151.txt" mode="text">
|
||||
# Netscape HTTP Cookie File
|
||||
# https://curl.haxx.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ Host: %HOSTIP:%HTTPPORT
|
|||
Accept: */*
|
||||
|
||||
</protocol>
|
||||
<file name="log/cookies1155.txt">
|
||||
<file name="log/cookies1155.txt" mode="text">
|
||||
# Netscape HTTP Cookie File
|
||||
# https://curl.haxx.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ Host: %HOSTIP:%HTTPPORT
|
|||
Accept: */*
|
||||
|
||||
</protocol>
|
||||
<file name="log/cookies1161.txt">
|
||||
<file name="log/cookies1161.txt" mode="text">
|
||||
# Netscape HTTP Cookie File
|
||||
# https://curl.haxx.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue