From 387e85efd08d9a7d184c9fd37cba61110728e511 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Thu, 23 Aug 2018 13:11:20 +0200 Subject: cookie tests: treat files as text Fixes test failures because of wrong line endings on Windows. --- tests/data/test1151 | 2 +- tests/data/test1155 | 2 +- tests/data/test1161 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/data/test1151 b/tests/data/test1151 index 08658d8db..cc9c9b523 100644 --- a/tests/data/test1151 +++ b/tests/data/test1151 @@ -53,7 +53,7 @@ Host: %HOSTIP:%HTTPPORT Accept: */* - + # Netscape HTTP Cookie File # https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. diff --git a/tests/data/test1155 b/tests/data/test1155 index 0eae2a9d4..9bf325460 100644 --- a/tests/data/test1155 +++ b/tests/data/test1155 @@ -43,7 +43,7 @@ Host: %HOSTIP:%HTTPPORT Accept: */* - + # Netscape HTTP Cookie File # https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. diff --git a/tests/data/test1161 b/tests/data/test1161 index 179531314..ee6f1d04a 100644 --- a/tests/data/test1161 +++ b/tests/data/test1161 @@ -43,7 +43,7 @@ Host: %HOSTIP:%HTTPPORT Accept: */* - + # Netscape HTTP Cookie File # https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. -- cgit v1.2.3