Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / dir-rm-parent.ck
index 92301a5f926dde1e04f216fa4d9e7492138a9bc6..9fea8f23c79348a51c8804b2d582a79619f56257 100644 (file)
@@ -8,7 +8,7 @@ check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
 (dir-rm-parent) chdir "a"
 (dir-rm-parent) mkdir "b"
 (dir-rm-parent) chdir "b"
-(dir-rm-parent) remove "/b" (must not crash)
-(dir-rm-parent) remove "/a" (must not crash)
+(dir-rm-parent) remove "/a" (must fail)
 (dir-rm-parent) end
 EOF
+pass;