diff --git a/tests/fs/vfs/t_vnops.c b/tests/fs/vfs/t_vnops.c index 82e76d033e85..c2ab1f2c1323 100644 --- a/tests/fs/vfs/t_vnops.c +++ b/tests/fs/vfs/t_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_vnops.c,v 1.52 2016/01/02 12:11:30 pooka Exp $ */ +/* $NetBSD: t_vnops.c,v 1.53 2016/01/13 12:05:49 pooka Exp $ */ /*- * Copyright (c) 2010 The NetBSD Foundation, Inc. @@ -438,6 +438,7 @@ rename_reg_nodir(const atf_tc_t *tc, const char *mp) rump_sys_chdir("/"); } +/* PR kern/50607 */ static void create_many(const atf_tc_t *tc, const char *mp) { @@ -445,9 +446,6 @@ create_many(const atf_tc_t *tc, const char *mp) int nfiles = 2324; /* #Nancy */ int i; - if (FSTYPE_EXT2FS(tc)) - atf_tc_expect_fail("PR kern/50607"); - if (FSTYPE_UDF(tc)) atf_tc_expect_fail("PR kern/50608");