aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-01-31 20:34:21 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-01-31 20:34:21 +0000
commit8c264a8e02e29ff50d6b3b2c4cad22c859a842b8 (patch)
tree993efca620e137ba79fae836a713f561e4e86768 /chapter06
parentd0f48e97c2fd2f7c92eeaf1205da6fa40c52d725 (diff)
Correct the number of tests that should pass in the GMP testsuite. Fixes #2564.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9173 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gmp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml
index c1852e284..cae732a60 100644
--- a/chapter06/gmp.xml
+++ b/chapter06/gmp.xml
@@ -86,7 +86,7 @@
<screen><userinput remap="test">make check 2>&amp;1 | tee gmp-check-log</userinput></screen>
- <para>Ensure that all 143 tests in the test suite passed.
+ <para>Ensure that all 162 tests in the test suite passed.
Check the results by issuing the following command:</para>
<screen><userinput remap="test">awk '/tests passed/{total+=$2} ; END{print total}' gmp-check-log</userinput></screen>