Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / grow-two-files.ck
index b238d80f7fc0b182a6b5a3530ca4f712781f4704..b5e754ab42be6a36820e76f889f34373a29fee61 100644 (file)
@@ -20,7 +20,4 @@ check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
 (grow-two-files) close "b"
 (grow-two-files) end
 EOF
-my ($a) = random_bytes (8143);
-my ($b) = random_bytes (8143);
-check_archive ({"a" => [$a], "b" => [$b]});
 pass;