diff options
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 8067b05c5..390cdbe31 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -40,11 +40,11 @@ <sect2 role="installation"> <title>Installation of Coreutils</title> - +<!-- <para>Fix a couple of test failures:</para> <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-test-patch;</userinput></screen> - +--> <para>POSIX requires that programs from Coreutils recognize character boundaries correctly even in multibyte locales. The following patch fixes this non-compliance and other internationalization-related bugs:</para> @@ -87,7 +87,7 @@ <para>Now the test suite is ready to be run. First, run the tests that are meant to be run as user <systemitem class="username">root</systemitem>:</para> -<screen><userinput remap="test">make NON_ROOT_USERNAME=nobody SUBDIRS= check-root</userinput></screen> +<screen><userinput remap="test">make NON_ROOT_USERNAME=nobody check-root</userinput></screen> <para>We're going to run the remainder of the tests as the <systemitem class="username">nobody</systemitem> user. Certain tests, |