aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2011-04-13 15:32:50 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2011-04-13 15:32:50 +0000
commit2002e60464dbe0eab12667b4871d310dbf8bb182 (patch)
tree4ac52e04698933bb8564d08a0494e58e4eb760e5 /chapter06
parent50f648b0eeb0297da4075efc596b4d553f927aa1 (diff)
Added a sed to fix an intermittent test failure in coreutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9497 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/coreutils.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index f306993db..eedd2627b 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -66,6 +66,10 @@ esac</userinput></screen>
<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-sparse_fiemap-patch;</userinput></screen>
+ <para>And fix another test:</para>
+
+<screen><userinput remap="pre">sed -i 's/^cmp sparse copy/wait; cmp sparse copy/' tests/cp/sparse-to-pipe</userinput></screen>
+
<para>Now prepare Coreutils for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \