Module Name:    src
Committed By:   hannken
Date:           Wed Jun 30 14:10:14 UTC 2010

Modified Files:
        src/tests/fs/union: t_pr.c

Log Message:
Test no longer fails with rev. 1.62 of src/sys/fs/union/union_vfsops.c.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/union/t_pr.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/union/t_pr.c
diff -u src/tests/fs/union/t_pr.c:1.1 src/tests/fs/union/t_pr.c:1.2
--- src/tests/fs/union/t_pr.c:1.1	Tue Jun 29 15:25:28 2010
+++ src/tests/fs/union/t_pr.c	Wed Jun 30 14:10:14 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_pr.c,v 1.1 2010/06/29 15:25:28 pooka Exp $	*/
+/*	$NetBSD: t_pr.c,v 1.2 2010/06/30 14:10:14 hannken Exp $	*/
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -25,7 +25,7 @@
 {
 	atf_tc_set_md_var(tc, "descr", "mount_union -b twice");
 	atf_tc_set_md_var(tc, "use.fs", "true");
-	atf_tc_set_md_var(tc, "xfail", "PR kern/23986");
+	/* atf_tc_set_md_var(tc, "xfail", "PR kern/23986"); */
 }
 
 #define IMG1 "atf1.img"

Reply via email to