7 lines
137 B
Text
Executable file
7 lines
137 B
Text
Executable file
# -*- perl -*-
|
|
use strict;
|
|
use warnings;
|
|
use tests::tests;
|
|
use tests::random;
|
|
check_archive ({"foobar" => [random_bytes (2134)]});
|
|
pass;
|