diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-02-15 11:35:46 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-02-15 11:35:46 -0600 |
commit | 9a612a967bc2ffed242611530c728f8b58e3fab9 (patch) | |
tree | 7a4f23b2eaf77d3363129ff7230a2f0d9ae1782e | |
parent | 2ff3adaa70c5cfd0bfc25294a6b12c47592f2ff8 (diff) |
Document a failing test
-rw-r--r-- | chapter08/coreutils.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index c84a3f048..9ae9993ce 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -132,9 +132,9 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ <para>Now run the tests:</para> <screen><userinput remap="test">su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> -<!-- + <para>The test-getlogin test is known to fail in the LFS chroot environment.</para> ---> + <para>Remove the temporary group:</para> <screen><userinput remap="test">sed -i '/dummy/d' /etc/group</userinput></screen> |