diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-10-07 19:17:11 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-10-07 19:17:11 +0000 |
commit | 3fffa40201f72e3038066af1f45ca8f97b88b2e7 (patch) | |
tree | 15afeb83f33a4fcd22c7e599e6197202c8a7313e | |
parent | 374259a011dd7bdecc2404d627d448dfd0309508 (diff) |
Remove warning about Man-DB's tests. They don't fail anymore.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9617 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/man-db.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index a1b27367a..dd28d7519 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -83,10 +83,7 @@ <para>To test the results, issue:</para> -<screen><userinput remap="test">make -k check</userinput></screen> - - <para>Note that 2 tests are known to fail as they rely on warnings output - from Groff, which changed slightly in Groff-1.21.</para> +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> |