Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/gen PR/41558 has been fixed.



details:   https://anonhg.NetBSD.org/src/rev/7e03b623b409
branches:  trunk
changeset: 778424:7e03b623b409
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 25 16:31:51 2012 +0000

description:
PR/41558 has been fixed.

diffstat:

 tests/lib/libc/gen/t_fnmatch.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 2eddd37e8ba7 -r 7e03b623b409 tests/lib/libc/gen/t_fnmatch.c
--- a/tests/lib/libc/gen/t_fnmatch.c    Sun Mar 25 16:31:23 2012 +0000
+++ b/tests/lib/libc/gen/t_fnmatch.c    Sun Mar 25 16:31:51 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_fnmatch.c,v 1.1 2012/03/18 08:52:07 jruoho Exp $ */
+/* $NetBSD: t_fnmatch.c,v 1.2 2012/03/25 16:31:51 christos Exp $ */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_fnmatch.c,v 1.1 2012/03/18 08:52:07 jruoho Exp $");
+__RCSID("$NetBSD: t_fnmatch.c,v 1.2 2012/03/25 16:31:51 christos Exp $");
 
 #include <atf-c.h>
 #include <fnmatch.h>
@@ -50,8 +50,6 @@
 {
        const int rv = fnmatch(/* pattern */ "\\", "\\", 0);
 
-       atf_tc_expect_fail("PR lib/41558");
-
        if (rv != FNM_NOMATCH)
                atf_tc_fail("fnmatch(3) did not translate '\\'");
 }



Home | Main Index | Thread Index | Old Index