summaryrefslogtreecommitdiffstats
path: root/src/tests/filesys/extended/grow-dir-lg-persistence.ck
blob: 989a322445837aa4f3d1f9d2fe5bdbb171980b79 (plain) (blame)
1
2
3
4
5
6
7
8
9
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
use tests::random;
my ($fs);
$fs->{'x'}{"file$_"} = [random_bytes (512)] foreach 0...49;
check_archive ($fs);
pass;