Module Name:    src
Committed By:   njoly
Date:           Mon Jan 31 18:53:29 UTC 2011

Modified Files:
        src/tests/fs/vfs: t_ro.c

Log Message:
Now that PR/44302 is fixed, fs/vfs/t_ro:sysvbfs_rmfile should not fail
anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/fs/vfs/t_ro.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/vfs/t_ro.c
diff -u src/tests/fs/vfs/t_ro.c:1.3 src/tests/fs/vfs/t_ro.c:1.4
--- src/tests/fs/vfs/t_ro.c:1.3	Fri Jan  7 11:39:27 2011
+++ src/tests/fs/vfs/t_ro.c	Mon Jan 31 18:53:29 2011
@@ -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();
 }

Reply via email to