Module Name:    src
Committed By:   martin
Date:           Thu Jan 28 10:10:09 UTC 2016

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

Log Message:
The test for PR 50608 works now, remove the expected failure.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/tests/fs/vfs/t_vnops.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_vnops.c
diff -u src/tests/fs/vfs/t_vnops.c:1.54 src/tests/fs/vfs/t_vnops.c:1.55
--- src/tests/fs/vfs/t_vnops.c:1.54	Thu Jan 14 08:58:02 2016
+++ src/tests/fs/vfs/t_vnops.c	Thu Jan 28 10:10:09 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_vnops.c,v 1.54 2016/01/14 08:58:02 gson Exp $	*/
+/*	$NetBSD: t_vnops.c,v 1.55 2016/01/28 10:10:09 martin Exp $	*/
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -495,9 +495,6 @@ create_nonalphanum(const atf_tc_t *tc, c
 	char buf[64];
 	int i;
 
-	if (FSTYPE_UDF(tc))
-		atf_tc_expect_fail("PR kern/50608");
-
 	RL(rump_sys_chdir(mp));
 
 	for (i = 0; i < 256; i++) {

Reply via email to