Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs Test v7fs_lstat_symlink is no longer expected t...



details:   https://anonhg.NetBSD.org/src/rev/5cc02361ad28
branches:  trunk
changeset: 805327:5cc02361ad28
user:      hannken <hannken%NetBSD.org@localhost>
date:      Mon Dec 29 15:31:44 2014 +0000

description:
Test v7fs_lstat_symlink is no longer expected to fail.

diffstat:

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

diffs (19 lines):

diff -r 54512a264f56 -r 5cc02361ad28 tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c    Mon Dec 29 15:29:38 2014 +0000
+++ b/tests/fs/vfs/t_vnops.c    Mon Dec 29 15:31:44 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_vnops.c,v 1.43 2014/09/09 06:51:00 gson Exp $        */
+/*     $NetBSD: t_vnops.c,v 1.44 2014/12/29 15:31:44 hannken Exp $     */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -932,9 +932,6 @@
 
        USES_SYMLINKS;
 
-       if (FSTYPE_V7FS(tc))
-               atf_tc_expect_fail("PR kern/48864");
-
        FSTEST_ENTER();
 
        src = "source";



Home | Main Index | Thread Index | Old Index