diff options
Diffstat (limited to 'chapter05/coreutils.xml')
-rw-r--r-- | chapter05/coreutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index 904cc7af3..27eea305f 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -50,7 +50,7 @@ above.</para> <screen><userinput>make</userinput></screen> -<para>(If you insist on testing the results, then issue: +<para>(If you want to test the results, then issue: <userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput>. The <parameter>RUN_EXPENSIVE_TESTS=yes</parameter> parameter tells the test suite to run several additional tests that are considered relatively expensive on some |