Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/sys Remove also redundant comment (the refere...



details:   https://anonhg.NetBSD.org/src/rev/6749b8b03408
branches:  trunk
changeset: 779299:6749b8b03408
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Wed May 16 13:54:28 2012 +0000

description:
Remove also redundant comment (the reference to the PR is already in the
metadata).

diffstat:

 tests/lib/libc/sys/t_pipe2.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r d1e9010cad69 -r 6749b8b03408 tests/lib/libc/sys/t_pipe2.c
--- a/tests/lib/libc/sys/t_pipe2.c      Wed May 16 13:48:35 2012 +0000
+++ b/tests/lib/libc/sys/t_pipe2.c      Wed May 16 13:54:28 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_pipe2.c,v 1.7 2012/05/16 13:48:35 martin Exp $ */
+/* $NetBSD: t_pipe2.c,v 1.8 2012/05/16 13:54:28 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_pipe2.c,v 1.7 2012/05/16 13:48:35 martin Exp $");
+__RCSID("$NetBSD: t_pipe2.c,v 1.8 2012/05/16 13:54:28 jruoho Exp $");
 
 #include <atf-c.h>
 #include <fcntl.h>
@@ -125,9 +125,6 @@
        err = setrlimit(RLIMIT_NOFILE, &rl);
        ATF_REQUIRE(err == 0);
 
-       /*
-        * atf_tc_skip("The test case causes a panic (PR kern/46457)");
-        */
        err = pipe2(filedes, O_CLOEXEC);
        ATF_REQUIRE(err == -1);
 }



Home | Main Index | Thread Index | Old Index