aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/coreutils.xml
diff options
context:
space:
mode:
authorZack Winkles <winkie@linuxfromscratch.org>2004-05-12 17:05:18 +0000
committerZack Winkles <winkie@linuxfromscratch.org>2004-05-12 17:05:18 +0000
commit1ba42076b0ccf4c68a511f5de988d2eae4c2fa98 (patch)
tree76e5902642cda9327416eaacc89485543f3affc7 /chapter06/coreutils.xml
parentf88da8933a3bc9fb5c109b9880b792953514c7b8 (diff)
Fixed coreutils testsuite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3556 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r--chapter06/coreutils.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index e05de10d0..0a98f0ff2 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -66,7 +66,7 @@ echo "dummy:x:1000:1000:::/bin/bash" &gt;&gt; /etc/passwd</userinput></screen>
<para>Now you're all set to run the test suite. First run the few tests that
are meant to be run as <emphasis>root</emphasis>:</para>
-<screen><userinput>make NON_ROOT_USERNAME=dummy make check-root</userinput></screen>
+<screen><userinput>make NON_ROOT_USERNAME=dummy check-root</userinput></screen>
<para>Then run the remainder of the tests as the <emphasis>dummy</emphasis>
user:</para>