diff options
Diffstat (limited to 'chapter05/bash.xml')
-rw-r--r-- | chapter05/bash.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index 05e62ab97..45e12e64e 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -26,11 +26,8 @@ patch:</para> <screen><userinput>make</userinput></screen> -<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> +<para>(If you insist on testing the results, then issue: +<userinput>make tests</userinput>.)</para> <para>Then install it and its documentation:</para> |