Module Name: src
Committed By: pgoyette
Date: Mon Mar 19 03:33:54 UTC 2012
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
Finish removing the block of commented-out code from rev 1.31
Hello, christos!
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.31 src/tests/fs/vfs/t_vnops.c:1.32
--- src/tests/fs/vfs/t_vnops.c:1.31 Sun Mar 18 21:49:08 2012
+++ src/tests/fs/vfs/t_vnops.c Mon Mar 19 03:33:54 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: t_vnops.c,v 1.31 2012/03/18 21:49:08 christos Exp $ */
+/* $NetBSD: t_vnops.c,v 1.32 2012/03/19 03:33:54 pgoyette Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -319,8 +319,6 @@ rename_dotdot(const atf_tc_t *tc, const
atf_tc_fail_errno("self-dotdot from");
atf_tc_expect_pass();
- }
- */
if (rump_sys_rename("dir1", "dir2/..") != -1 || errno != EINVAL)
atf_tc_fail("other-dotdot");