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