Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs The erroneous error codes described in kern/436...



details:   https://anonhg.NetBSD.org/src/rev/481f82854c68
branches:  trunk
changeset: 756785:481f82854c68
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sun Aug 01 14:50:54 2010 +0000

description:
The erroneous error codes described in kern/43616 have been fixed.

diffstat:

 tests/fs/vfs/t_vnops.c |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 04a97bdcd990 -r 481f82854c68 tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c    Sun Aug 01 12:42:45 2010 +0000
+++ b/tests/fs/vfs/t_vnops.c    Sun Aug 01 14:50:54 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_vnops.c,v 1.5 2010/07/26 13:37:48 njoly Exp $        */
+/*     $NetBSD: t_vnops.c,v 1.6 2010/08/01 14:50:54 mlelstv Exp $      */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -257,10 +257,6 @@
        if (rump_sys_mkdir("dir2", 0777) == -1)
                atf_tc_fail_errno("mkdir 2");
 
-       /* msdosfs fails both at least currently */
-       if (FSTYPE_MSDOS(tc)) {
-               atf_tc_expect_fail("PR kern/43616");
-       }
        if (rump_sys_rename("dir1", "dir1/..") != -1 || errno != EINVAL)
                atf_tc_fail_errno("self-dotdot to");
 



Home | Main Index | Thread Index | Old Index