summaryrefslogtreecommitdiff
path: root/tests.as-root/system-overlap.script
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-02 16:55:57 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-02 16:55:57 +0100
commit9f22c16647c1c1be280dd4566963353a8e65b5c5 (patch)
treed1ff1e77188393692f0a05203c82a39932fe2f5d /tests.as-root/system-overlap.script
parent1b1e2258439022ddd215f4fcf5a86b0b5e7cbc6d (diff)
downloadmorph-9f22c16647c1c1be280dd4566963353a8e65b5c5.tar.gz
Fix path to /dev/null to be correct
Diffstat (limited to 'tests.as-root/system-overlap.script')
-rwxr-xr-xtests.as-root/system-overlap.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.as-root/system-overlap.script b/tests.as-root/system-overlap.script
index 2435c72b..60ae9a8a 100755
--- a/tests.as-root/system-overlap.script
+++ b/tests.as-root/system-overlap.script
@@ -134,7 +134,7 @@ git add overlap-*.morph
git commit --quiet -m 'Add overlapping chunks'
"$SRCDIR/scripts/test-morph" \
- build test:morphs-repo overlap overlap-system.morph > /devN7ll
+ build test:morphs-repo overlap overlap-system.morph > /dev/null
"$SRCDIR/scripts/list-overlaps" groups \
"$cache"/*.system.overlap-system.overlaps |
while IFS='\n' read overlaps; do