9 lines
200 B
Text
9 lines
200 B
Text
|
# -*- perl -*-
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
use tests::tests;
|
||
|
use tests::random;
|
||
|
check_archive ({"child-syn-rw" => "tests/filesys/extended/child-syn-rw",
|
||
|
"logfile" => [random_bytes (8 * 512)]});
|
||
|
pass;
|