diff options
Diffstat (limited to 'chapter05/bash.xml')
-rw-r--r-- | chapter05/bash.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index 5129f3088..579e518a1 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -26,9 +26,9 @@ patch:</para> <screen><userinput>make</userinput></screen> -<para>This package has a test suite available which can perform a number of -checks to ensure it built correctly. Should you choose to run it, the -following command will do so:</para> +<para>As discussed earlier, we don't recommend running the test suites for the +temporary tools here in this chapter. If you still want to run the Bash test +suite anyway, the following command will do so:</para> <screen><userinput>make tests</userinput></screen> |