aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/vim.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r--chapter06/vim.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index 7159413f7..fdb2b9d59 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -39,14 +39,11 @@ echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h</userinput><
<screen><userinput>make</userinput></screen>
-<para>This package has a test suite available which performs a number of
-checks to ensure it will function correctly. However, the Vim test suite will
-output a whole lot of seemingly garbage characters to screen which can
-occasionally wreak havoc with the running terminal. Accordingly, the running of
-the test suite here is optional. Should you choose to run the Vim test suite,
-the following command will do so:</para>
-
-<screen><userinput>make test</userinput></screen>
+<para>To have the results tested, you can issue:
+<userinput>make check</userinput>. However, this test suite outputs a lot of
+seemingly garbage characters to the screen, and this can wreak havoc with the
+settings of the current terminal. Accordingly, the running of the test suite
+here is strictly optional.</para>
<para>And install the package:</para>