diff options
Diffstat (limited to 't/lib/filecopy.t')
-rwxr-xr-x | t/lib/filecopy.t | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/t/lib/filecopy.t b/t/lib/filecopy.t index 3072c542b5..8412258a69 100755 --- a/t/lib/filecopy.t +++ b/t/lib/filecopy.t @@ -15,8 +15,6 @@ use File::Copy; for my $pass (@pass) { - require File::Copy; - my $loopconst = $pass*$tests; # First we create a file @@ -96,10 +94,6 @@ for my $pass (@pass) { and not -e "file-$$";; printf "ok %d\n", 11+$loopconst; unlink "lib/file-$$" or die "unlink: $!"; - - # warn sprintf "INC->".$INC{"File/Copy.pm"}; - delete $INC{"File/Copy.pm"}; - } |