diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-12-16 21:55:45 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-12-16 21:55:45 +0000 |
commit | ba333775233aa766dc4b45ca628e4ef1022d0bce (patch) | |
tree | 591002a7d8e1f05ad92f0814c7f516a54ecfc64b /chapter06 | |
parent | 8601b59ee1a934f807d65394528ff7616161f771 (diff) |
Upgrade to Coreutils-8.2. Fixes #2524.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 4df782890..1e758d0fd 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -103,13 +103,11 @@ esac</userinput></screen> <para>Fix some of the permissions so that the non-root user can compile and run the tests:</para> -<screen><userinput remap="test">chown -Rv nobody config.log {gnulib-tests,lib,src}/.deps</userinput></screen> +<screen><userinput remap="test">chown -Rv nobody . </userinput></screen> <para>Now run the tests:</para> - <!-- FIXME: The stty-row-col test fails so add the '|| true' construct to - allow jhalfs et al to ignore the failure --> -<screen><userinput remap="test">su-tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check" || true</userinput></screen> +<screen><userinput remap="test">su-tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> <para>Remove the temporary group:</para> |