commit | 8571751c366b441fc2ce24ce81b13822261b4cc7 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Jul 08 11:19:19 2020 +0200 |
committer | Akron <nils@diewald-online.de> | Thu Jul 09 14:22:02 2020 +0200 |
tree | 334cec22e96fc3e18cf4c72f5cbc2bf330478a19 | |
parent | 3479082d7eb20d3f120a89344667aa59a335c2b9 [diff] [blame] |
Create Zip-Factory for simpler handling of Zip streams Change-Id: I66fb1e980437f9b931d71b8bc9fde54bda2aee6f
diff --git a/t/script.t b/t/script.t index da45633..3ac91d1 100644 --- a/t/script.t +++ b/t/script.t
@@ -38,6 +38,8 @@ 'Processing' ); +ok(-e $outzip, "File $outzip exists"); + # Uncompress GOE/header.xml from zip file my $zip = IO::Uncompress::Unzip->new($outzip, Name => 'GOE/header.xml');