Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / dir-rm-parent.ck
index acbacc12db155a1d2bfdc07b732b9cc5cb651b45..9fea8f23c79348a51c8804b2d582a79619f56257 100644 (file)
@@ -11,5 +11,4 @@ check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
 (dir-rm-parent) remove "/a" (must fail)
 (dir-rm-parent) end
 EOF
-check_archive ({"a" => {"b" => {}}});
 pass;