Module Name:    src
Committed By:   hannken
Date:           Mon Dec 29 15:31:44 UTC 2014

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

Log Message:
Test v7fs_lstat_symlink is no longer expected to fail.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 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.43 src/tests/fs/vfs/t_vnops.c:1.44
--- src/tests/fs/vfs/t_vnops.c:1.43	Tue Sep  9 06:51:00 2014
+++ src/tests/fs/vfs/t_vnops.c	Mon Dec 29 15:31:44 2014
@@ -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 @@ lstat_symlink(const atf_tc_t *tc, const 
 
 	USES_SYMLINKS;
 
-	if (FSTYPE_V7FS(tc))
-		atf_tc_expect_fail("PR kern/48864");
-
 	FSTEST_ENTER();
 
 	src = "source";

Reply via email to