summaryrefslogtreecommitdiffstats
path: root/src/tests/filesys/extended/grow-root-sm-persistence.ck
blob: 2b0b8abe157101b5be555b13374b68645d0c0a8b (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->{"file$_"} = [random_bytes (512)] foreach 0...19;
check_archive ($fs);
pass;