Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc Now that PR/44311 is fixed we can remove the ...



details:   https://anonhg.NetBSD.org/src/rev/ebc8f98e4097
branches:  trunk
changeset: 760419:ebc8f98e4097
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Jan 04 12:44:48 2011 +0000

description:
Now that PR/44311 is fixed we can remove the expected-failure from this
test.

diffstat:

 tests/lib/libc/t_protoent.sh |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r bc9e5196555a -r ebc8f98e4097 tests/lib/libc/t_protoent.sh
--- a/tests/lib/libc/t_protoent.sh      Tue Jan 04 11:41:24 2011 +0000
+++ b/tests/lib/libc/t_protoent.sh      Tue Jan 04 12:44:48 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_protoent.sh,v 1.1 2011/01/02 22:03:25 pgoyette Exp $
+# $NetBSD: t_protoent.sh,v 1.2 2011/01/04 12:44:48 pgoyette Exp $
 #
 # Copyright (c) 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -82,7 +82,6 @@
        # run test program
        "$(atf_get_srcdir)/h_protoent" | sed 's/ *$//' | sort >out
 
-       atf_expect_fail "PR misc/44311: protocol entry for manet is wrong"
        diff -u exp out || \
            atf_fail "Observed output does not match reference output"
 }



Home | Main Index | Thread Index | Old Index