summaryrefslogtreecommitdiff
path: root/ext/IO-Compress/t/105oneshot-rawdeflate.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/IO-Compress/t/105oneshot-rawdeflate.t')
-rw-r--r--ext/IO-Compress/t/105oneshot-rawdeflate.t21
1 files changed, 0 insertions, 21 deletions
diff --git a/ext/IO-Compress/t/105oneshot-rawdeflate.t b/ext/IO-Compress/t/105oneshot-rawdeflate.t
deleted file mode 100644
index 50cb80a3c1..0000000000
--- a/ext/IO-Compress/t/105oneshot-rawdeflate.t
+++ /dev/null
@@ -1,21 +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::RawDeflate qw($RawDeflateError) ;
-use IO::Uncompress::RawInflate qw($RawInflateError) ;
-
-sub identify
-{
- 'IO::Compress::RawDeflate';
-}
-
-require "oneshot.pl" ;
-run();