aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-02-20 02:08:13 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-02-20 02:08:13 +0000
commitf158011e9c3c9e2667eeacbc1e51feb02927d8b1 (patch)
tree4b046b4e9888c56423991825e15e3ae5c5c49c78 /chapter06
parent496c88718175b7435d1b7c212041b5fff7280f9b (diff)
Add sed to the m4 package to fix a false test failure.
Update mountfs script to support LVM volumes when stopping. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9748 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/m4.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/m4.xml b/chapter06/m4.xml
index c22282c1d..fcbb8f672 100644
--- a/chapter06/m4.xml
+++ b/chapter06/m4.xml
@@ -48,9 +48,11 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
+ <!--<para>To test the results, issue:</para>-->
+ <para>To test the results, first fix a test program and then run the test programs:</para>
-<screen><userinput remap="test">make check</userinput></screen>
+<screen><userinput remap="test">sed -i -e '41s/ENOENT/&amp; || errno == EINVAL/' tests/test-readlink.h
+make check</userinput></screen>
<para>Install the package:</para>