About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
mattst88 11/08/30 01:43:34 Added: m4-1.4.16-fix-test-readlink.patch Log: Fix test-readlink. Thanks to Michael, bug 376639. (Portage version: 2.1.10.3/cvs/Linux x86_64) Revision Changes Path 1.1 sys-devel/m4/files/m4-1.4.16-fix-test-readlink.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/files/m4-1.4.16-fix-test-readlink.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/files/m4-1.4.16-fix-test-readlink.patch?rev=1.1&content-type=text/plain Index: m4-1.4.16-fix-test-readlink.patch =================================================================== --- tests/test-readlink.h +++ tests/test-readlink.h @@ -38,7 +38,7 @@ ASSERT (errno == ENOENT); errno = 0; ASSERT (func ("", buf, sizeof buf) == -1); - ASSERT (errno == ENOENT); + ASSERT (errno == ENOENT || errno == EINVAL); errno = 0; ASSERT (func (".", buf, sizeof buf) == -1); ASSERT (errno == EINVAL);
Updated Jun 26, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.