diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-15 22:46:14 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-15 22:46:14 +0000 |
commit | 6ba8e55929715ffa7c3c47ae46070eda31bbb030 (patch) | |
tree | 9c523a00dca47c6259f03ef96ab2e2e6c35573e3 /chapter06 | |
parent | 468ec2d8afe5a314b90bf124decd5639fc7a470c (diff) |
Upgrade to coreutils-8.18
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9941 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 9a19aa5bd..de033830f 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -103,7 +103,9 @@ <screen><userinput remap="test">chown -Rv nobody . </userinput></screen> - <para>Now run the tests:</para> + <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> <screen><userinput remap="test">su nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen> |