Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/union Test no longer fails with rev. 1.62 of src/sy...



details:   https://anonhg.NetBSD.org/src/rev/106f782104f5
branches:  trunk
changeset: 755953:106f782104f5
user:      hannken <hannken%NetBSD.org@localhost>
date:      Wed Jun 30 14:10:14 2010 +0000

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

diffstat:

 tests/fs/union/t_pr.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ab4ed73ec3d8 -r 106f782104f5 tests/fs/union/t_pr.c
--- a/tests/fs/union/t_pr.c     Wed Jun 30 13:38:10 2010 +0000
+++ b/tests/fs/union/t_pr.c     Wed Jun 30 14:10:14 2010 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index