Browse Source

s/testsuite/test suite/

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2856 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 22 years ago
parent
commit
39dbad2e34

+ 1 - 1
chapter01/changelog.xml

@@ -169,7 +169,7 @@ about the test suites.</para></listitem>
 description for the --without-ada configure switch.</para></listitem>
 
 <listitem><para>September 12th, 2003 [jeremy]: Chapter 5 - Gawk: Added the
-testsuite</para></listitem>
+test suite</para></listitem>
 
 <listitem><para>September 12th, 2003 [jeremy]: Chapter 5 - Grep:  Added
 descriptions of configure switches courtesy of Anderson Lizardo</para></listitem>

+ 1 - 1
chapter05/bash-inst.xml

@@ -16,7 +16,7 @@ patch:</para>
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter05/binutils-pass1-inst.xml

@@ -8,7 +8,7 @@ because both Glibc and GCC perform various tests on the available linker and
 assembler to determine which of their own features to enable.</para>
 
 <note><para>Even though Binutils is an important toolchain package, we are not
-going to run the testsuite at this early stage. First, the testsuite framework
+going to run the test suite at this early stage. First, the test suite framework
 is not yet in place and second, the programs from this first pass will soon be
 overwritten by those installed in the second pass.</para></note>
 

+ 1 - 1
chapter05/binutils-pass2-inst.xml

@@ -3,7 +3,7 @@
 <sect2>
 <title>Re-installation of Binutils</title>
 
-<note><para>It's worth noting that the Binutils testsuite we run in this
+<note><para>It's worth noting that the Binutils test suite we run in this
 chapter is considered not as critical as the one we run in Chapter 6.</para>
 </note>
 

+ 1 - 1
chapter05/coreutils-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter05/expect-inst.xml

@@ -18,7 +18,7 @@ GCC test suite run.</para>
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter05/findutils-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make </userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter05/gawk-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of
+<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>
 

+ 1 - 1
chapter05/gcc-pass1-inst.xml

@@ -7,7 +7,7 @@
 for the moment.</para>
 
 <note><para>Even though GCC is an important toolchain package, we are not
-going to run the testsuite at this early stage. First, the testsuite framework
+going to run the test suite at this early stage. First, the test suite framework
 is not yet in place and second, the programs from this first pass will soon be
 overwritten by those installed in the second pass.</para></note>
 

+ 1 - 1
chapter05/gcc-pass2-inst.xml

@@ -11,7 +11,7 @@ supported by your host distribution.  Most notably, a host distribution
 which does not properly support the devpts filesystem will cause most of
 these tests to fail.</para>
 
-<note><para>It's worth noting that the GCC testsuite we run in this chapter is
+<note><para>It's worth noting that the GCC test suite we run in this chapter is
 considered not as critical as the one we run in Chapter 6.</para></note>
 
 <para>Unpack all three GCC tarballs (-core, -g++, and -testsuite) in one and the same working directory.

+ 1 - 1
chapter05/gettext-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make </userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 2 - 2
chapter05/glibc-inst.xml

@@ -8,8 +8,8 @@ into the <filename>glibc-&glibc-version;</filename> directory and unpack
 Glibc-linuxthreads in that directory, not in <filename>/usr/src</filename> as
 you would normally do.</para>
 
-<note><para>We are going to run the testsuite for Glibc in this chapter.
-However, it's worth noting that the Glibc testsuite we run in this chapter is
+<note><para>We are going to run the test suite for Glibc in this chapter.
+However, it's worth noting that the Glibc test suite we run in this chapter is
 considered not as critical as the one we run in Chapter 6.</para></note>
 
 <para>This package is known to behave badly when you have changed its

+ 1 - 1
chapter05/grep-inst.xml

@@ -24,7 +24,7 @@ the code from Glibc, which is known to be slightly buggy.</para></listitem>
 
 <para><screen><userinput>make </userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter05/make-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make </userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter05/sed-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make </userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter05/tar-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make </userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 2 - 2
chapter05/tcl-inst.xml

@@ -17,13 +17,13 @@ to know that our most important tools are working properly.</para>
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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><screen><userinput>TZ=UTC make -k test</userinput></screen></para>
 
-<para>Sometimes, package testsuites will give false failures.  You can
+<para>Sometimes, package test suites will give false failures.  You can
 consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org"/>
 to verify that these failures are normal.  This applies to all tests
 throughout the book.</para>

+ 1 - 1
chapter05/texinfo-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make </userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/autoconf-inst.xml

@@ -10,7 +10,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/automake-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/bash-inst.xml

@@ -17,7 +17,7 @@ patch:</para>
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/binutils-inst.xml

@@ -2,7 +2,7 @@
 
 <sect2><title>Installation of Binutils</title>
 
-<note><para>The testsuite for Binutils in this chapter is considered
+<note><para>The test suite for Binutils in this chapter is considered
 <emphasis>critical</emphasis>. Do not skip it under any circumstances.</para>
 </note>
 

+ 1 - 1
chapter06/bison-inst.xml

@@ -16,7 +16,7 @@ compilation problem with some packages:</para>
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/coreutils-inst.xml

@@ -23,7 +23,7 @@ provided by Net-tools. Prevent its installation by applying a patch:</para>
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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 commands will do so:</para>
 

+ 1 - 1
chapter06/diffutils-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/e2fsprogs-inst.xml

@@ -36,7 +36,7 @@ of.</para></listitem>
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/ed-inst.xml

@@ -27,7 +27,7 @@ create temporary files.</para>
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/findutils-inst.xml

@@ -17,7 +17,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/flex-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/gawk-inst.xml

@@ -41,7 +41,7 @@ with its contents on a make uninstall.</para></listitem>
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/gcc-inst.xml

@@ -3,7 +3,7 @@
 <sect2>
 <title>Installation of GCC</title>
 
-<note><para>The testsuite for GCC in this chapter is considered <emphasis>
+<note><para>The test suite for GCC in this chapter is considered <emphasis>
 critical</emphasis>. Do not skip it under any circumstances.</para></note>
 
 <para>This package is known to behave badly when you have changed its

+ 1 - 1
chapter06/gettext-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/glibc-inst.xml

@@ -9,7 +9,7 @@ at <filename>/tools</filename>. We cannot adjust the specs and linker before
 the Glibc install, because the Glibc autoconf tests would then give bogus
 results and thus defeat our goal of achieving a clean build.</para>
 
-<note><para>The testsuite for Glibc in this chapter is considered <emphasis>
+<note><para>The test suite for Glibc in this chapter is considered <emphasis>
 critical</emphasis>. Do not skip it under any circumstances.</para></note>
 
 <para>Before starting to build Glibc, remember to unpack the Glibc-linuxthreads

+ 1 - 1
chapter06/grep-inst.xml

@@ -12,7 +12,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/libtool-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/m4-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/make-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/patch-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/perl-inst.xml

@@ -17,7 +17,7 @@ above.</para>
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/sed-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/tar-inst.xml

@@ -12,7 +12,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/texinfo-inst.xml

@@ -11,7 +11,7 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>
 

+ 1 - 1
chapter06/zlib-inst.xml

@@ -31,7 +31,7 @@ this stage, and remove it afterwards.</para>
 ./configure --prefix=/usr
 make</userinput></screen></para>
 
-<para>This package has a testsuite available which can perform a number of 
+<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>