diff options
author | Gunter Knauf <gk@gknw.de> | 2009-05-21 14:08:53 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2009-05-21 14:08:53 +0000 |
commit | b8b652165931764d6d7c733d1452f731da478e63 (patch) | |
tree | 557053653e3a188460efb8f1ab1072e2d63b1830 /tests | |
parent | e37b1b06235fa4dc1846363114bac3102b280dd8 (diff) | |
download | curl-b8b652165931764d6d7c733d1452f731da478e63.tar.gz |
removed an attempt to write to non-opened LOG introduced with r1.30.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/testcurl.pl | 1 |
1 files changed, 0 insertions, 1 deletions
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(<F>) { s/\r//; print; - print LOG; } close(F); } |