File: fail.t

package info (click to toggle)
libarchive-any-perl 0.0946-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 464 kB
  • sloc: perl: 566; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/usr/bin/perl -w

use Archive::Any;
use Test::More tests => 1;

chdir 't';
ok( !Archive::Any->new("im_not_really_a.zip") );