create_many: remove PR kern/50607 xfail
Seems to have been fixed by ext2fs_lookup.c 1.79 (thanks, riastradh)
This commit is contained in:
parent
0ed1e694ab
commit
8b742e7a22
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue