Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / dir-rm-root.ck
index 38894dded793c913d4d639c559a383fd2ddb3216..8a69ff3c1f943b167bb18480ddcf390bd69007c5 100644 (file)
@@ -4,7 +4,8 @@ use warnings;
 use tests::tests;
 check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
 (dir-rm-root) begin
-(dir-rm-root) remove "/" (must return false)
+(dir-rm-root) remove "/" (must fail)
 (dir-rm-root) create "/a"
 (dir-rm-root) end
 EOF
+pass;