aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-05-21 14:08:53 +0000
committerGunter Knauf <gk@gknw.de>2009-05-21 14:08:53 +0000
commitb8b652165931764d6d7c733d1452f731da478e63 (patch)
tree557053653e3a188460efb8f1ab1072e2d63b1830 /tests/testcurl.pl
parente37b1b06235fa4dc1846363114bac3102b280dd8 (diff)
removed an attempt to write to non-opened LOG introduced with r1.30.
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl1
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);
}