From 59a76e401050b65ca8ebfc74915c54b033185e0c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 10 Oct 2001 21:59:10 +0000 Subject: Kevin Roth's fixes to make tests work on cygwin --- tests/httpserver.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/httpserver.pl') diff --git a/tests/httpserver.pl b/tests/httpserver.pl index 9e473f3c9..f5cf62cbe 100755 --- a/tests/httpserver.pl +++ b/tests/httpserver.pl @@ -137,6 +137,9 @@ for ( $waitedpid = 0; $testnum=0; } open(INPUT, ">>log/server.input"); + + binmode(INPUT,":raw"); # this makes it work better on cygwin + for(@headers) { print INPUT $_; } -- cgit v1.2.1