Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / dir-open.ck
index 01eccbafa22f241a10bfd83b8a3133e83e2047a2..fccc56352fc7b6bc9f299b66e818c6c168a7f613 100644 (file)
@@ -17,5 +17,4 @@ EOF
 (dir-open) write "xyzzy"
 dir-open: exit(-1)
 EOF
-check_archive ({"xyzzy" => {}});
 pass;