Ken Moffat wrote:

>  Thanks.  It wasn't known to me and it didn't fail from the same
> script, invoked in the same way, using the 20120419 or 20120425
> books, or indeed 7.1.  Coreutils was one of those packages where
> it was hard to miss failures in the testsuite.

test-getlogin was not in coreutils-8.14.  Not sure about 8.15.

>  But now I have to bypass *this* coreutils test failure, it will be
> a lot easier to ignore new problems - things that end normally are
> *mostly* nice (postfix's configure script, in the presence of some
> options it no longer wants or expects, is excepted).  So, I can
> ignore the coreutils test results again :)

You can fix the program to always pass:

sed -i -e 's/buf = getlogin ();/& return 0;/' ./gnulib-tests/test-getlogin.c

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to