Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / grow-dir-lg.ck
index 635e1bee185127b7f47eb00a97fe47ae09822eb5..ec58bd3fd2187140641e67d2a1aa9fa984c14fc7 100644 (file)
@@ -58,7 +58,4 @@ check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
 (grow-dir-lg) creating and checking "/x/file49"
 (grow-dir-lg) end
 EOF
-my ($fs);
-$fs->{'x'}{"file$_"} = [random_bytes (512)] foreach 0...49;
-check_archive ($fs);
 pass;