Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / grow-tell.ck
index cd03efbd8477157a60362f69996bada034931177..fe94707cbbbbbf7c69987cb3a4b4163d76a9fb08 100644 (file)
@@ -14,5 +14,4 @@ check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
 (grow-tell) close "foobar"
 (grow-tell) end
 EOF
-check_archive ({"foobar" => [random_bytes (2134)]});
 pass;