Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs Finish removing the block of commented-out code...



details:   https://anonhg.NetBSD.org/src/rev/6b9d6c9a8317
branches:  trunk
changeset: 778200:6b9d6c9a8317
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Mar 19 03:33:54 2012 +0000

description:
Finish removing the block of commented-out code from rev 1.31

Hello, christos!

diffstat:

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

diffs (18 lines):

diff -r bfee0b5cf865 -r 6b9d6c9a8317 tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c    Mon Mar 19 00:17:08 2012 +0000
+++ b/tests/fs/vfs/t_vnops.c    Mon Mar 19 03:33:54 2012 +0000
@@ -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 @@
                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");
 



Home | Main Index | Thread Index | Old Index