Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / dir-rm-root.ck
index b203cc6394aaa1758814f2b36c12e6cf787c9664..8a69ff3c1f943b167bb18480ddcf390bd69007c5 100644 (file)
@@ -8,5 +8,4 @@ check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
 (dir-rm-root) create "/a"
 (dir-rm-root) end
 EOF
-check_archive ({"a" => ["\0" x 243]});
 pass;