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