summaryrefslogtreecommitdiff
path: root/t/lib/filecopy.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/filecopy.t')
-rwxr-xr-xt/lib/filecopy.t6
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"};
-
}