summaryrefslogtreecommitdiff
path: root/ext/IO-Compress/t/001zlib-generic-deflate.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/IO-Compress/t/001zlib-generic-deflate.t')
-rw-r--r--ext/IO-Compress/t/001zlib-generic-deflate.t20
1 files changed, 0 insertions, 20 deletions
diff --git a/ext/IO-Compress/t/001zlib-generic-deflate.t b/ext/IO-Compress/t/001zlib-generic-deflate.t
deleted file mode 100644
index a988ab9791..0000000000
--- a/ext/IO-Compress/t/001zlib-generic-deflate.t
+++ /dev/null
@@ -1,20 +0,0 @@
-BEGIN {
- if ($ENV{PERL_CORE}) {
- chdir 't' if -d 't';
- @INC = ("../lib", "lib/compress");
- }
-}
-
-use lib qw(t t/compress);
-use strict;
-use warnings;
-
-use IO::Compress::Deflate qw($DeflateError) ;
-use IO::Uncompress::Inflate qw($InflateError) ;
-
-sub identify
-{
- 'IO::Compress::Deflate';
-}
-
-require "zlib-generic.pl" ;