From 2002e60464dbe0eab12667b4871d310dbf8bb182 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 13 Apr 2011 15:32:50 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 11 +++++++++++ chapter06/coreutils.xml | 4 ++++ general.ent | 4 ++-- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4dd5be07a..0649151d8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ --> + + 2011-04-13 + + + [bdubbs] - Added a sed to fix an intermittent test + failure in coreutils. Fixes + #2833. + + + + 2011-04-12 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 patch -Np1 -i ../&coreutils-sparse_fiemap-patch; + And fix another test: + +sed -i 's/^cmp sparse copy/wait; cmp sparse copy/' tests/cp/sparse-to-pipe + Now prepare Coreutils for compilation: ./configure --prefix=/usr \ diff --git a/general.ent b/general.ent index 6521ba8ac..08e23169f 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + +