mirror of
https://github.com/curl/curl.git
synced 2026-04-15 05:51:40 +03:00
Kevin Roth's fixes to make tests work on cygwin
This commit is contained in:
parent
65b9c0d44d
commit
59a76e4010
2 changed files with 9 additions and 1 deletions
|
|
@ -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 $_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue