summaryrefslogtreecommitdiff
path: root/tests.as-root/system-overlap.script
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-07 12:09:49 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-07 12:09:49 +0100
commit66cdc1f0288385d02e4a914a5c11ae72c004a812 (patch)
treede5f19465ac3e7d15918b9c1a7129a4baf1a9db8 /tests.as-root/system-overlap.script
parent4d7bb9e464454e1dd91c7f81868e7673244bc1f6 (diff)
downloadmorph-66cdc1f0288385d02e4a914a5c11ae72c004a812.tar.gz
Fix test case so it works on Debian squeeze
This only fixes the output so it is independent of the way various tools change output on different systems (sqeeze 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 111b236f..d2b0363d 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/ \.\// /'