diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-12 23:24:06 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-12 23:24:06 +0000 |
commit | f4993cfc75b05e310e5c9f4821fec8526ab4701d (patch) | |
tree | ea1b3172bf48d754412c8bcb500f50a031538d84 /chapter05/expect.xml | |
parent | 58882995289b0b69420b13297bf87c4b4d398192 (diff) |
Small textual adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/expect.xml')
-rw-r--r-- | chapter05/expect.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 64e6ad34e..003a2a1f7 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -45,10 +45,10 @@ libraries, both of which may possibly reside on the host system.</para></listite <screen><userinput>make</userinput></screen> <para>This package has a test suite available which can perform a number of -checks to ensure it built correctly. However, the Expect test suite here in -Chapter 5 is known to experience failures under certain host conditions that +checks to ensure it built correctly. However, the Expect test suite +is known to experience failures under certain host conditions that are not fully understood. Therefore, test suite failures here are not -surprising, but are not considered critical. Should you choose to run the test +surprising, and are not considered critical. Should you choose to run the test suite, the following command will do so:</para> <screen><userinput>make test</userinput></screen> |