From be0395f1b05aabb44d2495603e252728b8efd9fd Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 8 Jun 2012 15:10:05 +0100 Subject: Fix removal of ./ from filenames in test output This happens on some machines, not others (squeeze vs baserock). --- tests.as-root/system-overlap.script | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests.as-root') diff --git a/tests.as-root/system-overlap.script b/tests.as-root/system-overlap.script index afc8df2c..868d3e61 100755 --- a/tests.as-root/system-overlap.script +++ b/tests.as-root/system-overlap.script @@ -120,4 +120,5 @@ git commit --quiet -m 'Add overlapping chunks' "$SRCDIR/scripts/test-morph" \ build --log=$log test:morphs-repo overlap overlap-system.morph -grep "WARNING\s" $log | sed 's/^.*WARNING */WARNING /' +grep "WARNING\s" $log | sed 's/^.*WARNING */WARNING /' | + sed 's/ \.\// /' -- cgit v1.2.1