diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-21 02:43:33 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-21 02:43:33 +0000 |
commit | f0f7ea0c383e2478f1fcaed9162a2c31c5173d81 (patch) | |
tree | 2a16a8bf7658efe9a0d0aed8336740d2a4676a6a /chapter06/coreutils.xml | |
parent | 7a6bcf996e754fcf8bc3ea80acc23865476044eb (diff) |
Upgrade to coreutils-8.19.
Upgrade to grep-2.14.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 1b0906cec..f0cd87452 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -103,9 +103,8 @@ <screen><userinput remap="test">chown -Rv nobody . </userinput></screen> - <para>Now run the tests. One test case, test-parse-datetime, will - fail because the regression test has not been updated for the latest - time zone data.</para> + <para>Now run the tests. Make sure the PATH in the <userinput>su</userinput> + environment includes /tools/bin.</para> <screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen> |