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

anymore.
This commit is contained in:
njoly 2011-01-31 18:53:29 +00:00
parent 77b08fadff
commit 9634a49aaa
1 changed files with 1 additions and 3 deletions

View File

@ -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 @@ rmfile(const atf_tc_t *tc, const char *mp)
{
FSTEST_ENTER();
if (FSTYPE_SYSVBFS(tc))
atf_tc_expect_fail("PR kern/44302");
ATF_REQUIRE_ERRNO(EROFS, rump_sys_unlink(AFILE) == -1);
FSTEST_EXIT();
}