summaryrefslogtreecommitdiff
path: root/tests.as-root/system-overlap.script
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-08 15:10:05 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-08 15:10:05 +0100
commitbe0395f1b05aabb44d2495603e252728b8efd9fd (patch)
tree4cc7bf89cf1a395c0e1f5a872492293035fec82f /tests.as-root/system-overlap.script
parentbdc3ed5b6394ef3d685cd155fef9e1904802f106 (diff)
downloadmorph-be0395f1b05aabb44d2495603e252728b8efd9fd.tar.gz
Fix removal of ./ from filenames in test output
This happens on some machines, not others (squeeze vs baserock).
Diffstat (limited to 'tests.as-root/system-overlap.script')
-rwxr-xr-xtests.as-root/system-overlap.script3
1 files changed, 2 insertions, 1 deletions
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/ \.\// /'