From 63621bae811383b65a065d0b8b161316714a6c5d Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 28 Apr 2005 21:07:07 +0000
Subject: [PATCH] Set mode text on the section that is written by curl in text
 mode, to allow the runtests.pl to check this differently on operating systems
 that differentiate on this.

---
 tests/data/test31 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/data/test31 b/tests/data/test31
index 437317654f..879cd62a82 100644
--- a/tests/data/test31
+++ b/tests/data/test31
@@ -55,7 +55,7 @@ Pragma: no-cache
 Accept: */*
 
 </protocol>
-<file name="log/jar31.txt">
+<file name="log/jar31.txt" mode=text>
 # Netscape HTTP Cookie File
 # http://www.netscape.com/newsref/std/cookie_spec.html
 # This file was generated by libcurl! Edit at your own risk.
-- 
GitLab