From: Gunter Knauf Date: Thu, 21 May 2009 14:08:53 +0000 (+0000) Subject: removed an attempt to write to non-opened LOG introduced with r1.30. X-Git-Tag: curl-7_19_6~233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8b652165931764d6d7c733d1452f731da478e63;p=curl removed an attempt to write to non-opened LOG introduced with r1.30. --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 5304420cf..78d3abded 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -666,7 +666,6 @@ if (!$crosscompile || (($extvercmd ne '') && (-x $extvercmd))) { while() { s/\r//; print; - print LOG; } close(F); }