aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/coreutils.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-08-01 12:53:19 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-08-01 12:53:19 -0500
commitc2d234220ba17cb8696b8cacff990a176b215ff3 (patch)
treea446563c5c5e983a14797a45993f049aee1eeb19 /chapter08/coreutils.xml
parent0b1054551522a77af69069a96269436e9165230a (diff)
Update test results for several packages.
Most of the changes were removing documentation of failed tests that no longer fail.
Diffstat (limited to 'chapter08/coreutils.xml')
-rw-r--r--chapter08/coreutils.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml
index ce2728fd6..cb8ec6d64 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>