7 lines
113 B
Text
7 lines
113 B
Text
|
# -*- perl -*-
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
use tests::tests;
|
||
|
check_archive ({"testfile" => ["\0" x 76543]});
|
||
|
pass;
|