diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-09-02 21:46:39 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-09-02 21:46:39 +0000 |
commit | f4e94b384b8009e880050f2a9fea6f2828f24e86 (patch) | |
tree | 047cd872f00e2f11756598eb8e5f8c4049a4323c /chapter06 | |
parent | 7ec2ac41ebedab15f46e8fa58d8e7b2e34614775 (diff) |
Update to file-5.32.
Update to coreutils-8.28.
Update to e2fsprogs-1.43.6.
Update to expat-2.2.4.
Update to linux-4.12.10.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11300 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 8b66d43c8..c2e3d9447 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -119,9 +119,10 @@ <screen><userinput remap="test">su nobody -s /bin/bash \ -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> - <para>The test programs test-getlogin and date-debug are known to fail in a + <para>The test program test-getlogin is known to fail in a partially built system environment like the chroot environment here, but - pass if run at the end of this chapter.</para> + passes if run at the end of this chapter. The test program tty.sh is + also known to fail.</para> <para>Remove the temporary group:</para> |