diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-04-09 12:02:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-04-09 12:02:06 +0000 |
commit | 072070a22c8d127d8c3c89a30c0ea568f2436b28 (patch) | |
tree | acff10eb248393308755f525461c379da4a225c4 /tests | |
parent | 3c3ad134eafd7b8970400be505771f95cd76ae33 (diff) |
oops, committed test code not meant to be here
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ftpserver.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index bd1b1fbec..76e947b0e 100644 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -18,10 +18,6 @@ use strict; require "getpart.pm"; -if($] >= 5.8) { - require 'open'; import( 'open', OUT => ':raw' ); -} - open(FTPLOG, ">log/ftpd.log") || print STDERR "failed to open log file, runs without logging\n"; |