diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-09-18 00:12:44 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-09-18 00:12:44 +0000 |
commit | 0ebe029b75f40fd40e643f297e1c610771120f29 (patch) | |
tree | 66bfe155feba8fa21318832fc816f7a2b7b392c0 /chapter06/patch.xml | |
parent | 1b8d78b5a23263f013d62576cbf437e5e8670611 (diff) |
Be consistent about 'test suites'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9377 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/patch.xml')
-rw-r--r-- | chapter06/patch.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/patch.xml b/chapter06/patch.xml index 031b4cc6b..f818a7cc9 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -42,7 +42,7 @@ <sect2 role="installation"> <title>Installation of Patch</title> - <para>Apply a patch to prevent the testsuite from running a test that + <para>Apply a patch to prevent the test suite from running a test that requires <command>ed</command>:</para> <screen><userinput remap="pre">patch -Np1 -i ../&patch-test-patch;</userinput></screen> |