Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/vfs Now that PR/44302 is fixed, fs/vfs/t_ro:sysvbfs...
details: https://anonhg.NetBSD.org/src/rev/b7145eb2fd93
branches: trunk
changeset: 761545:b7145eb2fd93
user: njoly <njoly%NetBSD.org@localhost>
date: Mon Jan 31 18:53:29 2011 +0000
description:
Now that PR/44302 is fixed, fs/vfs/t_ro:sysvbfs_rmfile should not fail
anymore.
diffstat:
tests/fs/vfs/t_ro.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r eed7924595e8 -r b7145eb2fd93 tests/fs/vfs/t_ro.c
--- a/tests/fs/vfs/t_ro.c Mon Jan 31 18:49:43 2011 +0000
+++ b/tests/fs/vfs/t_ro.c Mon Jan 31 18:53:29 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_ro.c,v 1.3 2011/01/07 11:39:27 pooka Exp $ */
+/* $NetBSD: t_ro.c,v 1.4 2011/01/31 18:53:29 njoly Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -84,8 +84,6 @@
{
FSTEST_ENTER();
- if (FSTYPE_SYSVBFS(tc))
- atf_tc_expect_fail("PR kern/44302");
ATF_REQUIRE_ERRNO(EROFS, rump_sys_unlink(AFILE) == -1);
FSTEST_EXIT();
}
Home |
Main Index |
Thread Index |
Old Index