aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/coreutils.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-07-18 19:43:49 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-07-18 19:43:49 +0000
commitd25dfa8cb41efdea5b648a662cc876dc4325d955 (patch)
tree5e36a536f429e74a2df0cbc045a60898283702ea /chapter06/coreutils.xml
parent1620de1244e0000a57483c3feb0ecf99b57ba3fa (diff)
Clarify failing tests for coreutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r--chapter06/coreutils.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index b166d4c63..8ea10f912 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -102,7 +102,9 @@
<screen><userinput remap="test">chown -Rv nobody . </userinput></screen>
<para>Now run the tests. Make sure the PATH in the <userinput>su</userinput>
- environment includes /tools/bin.</para>
+ environment includes /tools/bin. Note that one test (nohup.sh) will fail if the
+ tests are not run from a normal terminal and one test (p-acl.sh) will indicate
+ an error if the lfs partition is not mounted with the acl option.</para>
<screen><userinput remap="test">su nobody -s /bin/bash \
-c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>