aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/coreutils.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r--chapter06/coreutils.xml6
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>