diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-27 14:55:19 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-27 14:55:19 +0000 |
commit | d878ce39f84b3896c3bcecc9ca8beafd82cfd008 (patch) | |
tree | 2b03d00305ac495ba89b4be80e4ab83c0c5b1a9b /chapter05/expect.xml | |
parent | cd686eda0597a88572b3cf5ffb017135a0592e24 (diff) |
* Moved discussion of glibc test failures to chapter 6, and reworded notes aboutoptional tests.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3854 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/expect.xml')
-rw-r--r-- | chapter05/expect.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 274ab0767..2e68a3aba 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -10,8 +10,8 @@ <indexterm zone="ch-tools-expect"><primary sortas="a-Expect">Expect</primary></indexterm> <sect2 role="package"><title/> -<para>The Expect package contains a program for doing scripted dialogues with -other interactive programs.</para> +<para>The Expect package contains a program for carrying out scripted dialogues +with other interactive programs.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -61,10 +61,10 @@ libraries, both of which may possibly reside on the host system.</para></listite <screen><userinput>make</userinput></screen> -<para>(If you insist on testing the results, then issue: +<para>(If you want to test the results, then issue: <userinput>make test</userinput>. 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, and are not +experience failures under certain host conditions that are not within our +control. Therefore, test suite failures here are not surprising, and are not considered critical.)</para> <para>And install it:</para> |