Module Name: src Committed By: pgoyette Date: Tue Jan 4 12:44:48 UTC 2011
Modified Files: src/tests/lib/libc: t_protoent.sh Log Message: Now that PR/44311 is fixed we can remove the expected-failure from this test. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/t_protoent.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/lib/libc/t_protoent.sh diff -u src/tests/lib/libc/t_protoent.sh:1.1 src/tests/lib/libc/t_protoent.sh:1.2 --- src/tests/lib/libc/t_protoent.sh:1.1 Sun Jan 2 22:03:25 2011 +++ src/tests/lib/libc/t_protoent.sh Tue Jan 4 12:44:48 2011 @@ -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" }