summaryrefslogtreecommitdiff
path: root/tests.as-root/system-overlap.script
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-07-03 17:04:09 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-07-03 17:04:52 +0000
commit6b0703a908e82dddd6c1a0cc8a944ba46ad96657 (patch)
tree3bc60dd092508278114078f75997c9d9c6f42769 /tests.as-root/system-overlap.script
parent1eff90528732e9c6ffbad03ca30adecbf11f87f7 (diff)
downloadmorph-6b0703a908e82dddd6c1a0cc8a944ba46ad96657.tar.gz
tests: fix up for change in artifact name
This fixes references to a system artifact without the -rootfs appended and adds a unit test for resolving an arm system artifact.
Diffstat (limited to 'tests.as-root/system-overlap.script')
-rwxr-xr-xtests.as-root/system-overlap.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.as-root/system-overlap.script b/tests.as-root/system-overlap.script
index 60ae9a8a..7673ca74 100755
--- a/tests.as-root/system-overlap.script
+++ b/tests.as-root/system-overlap.script
@@ -136,9 +136,9 @@ git commit --quiet -m 'Add overlapping chunks'
"$SRCDIR/scripts/test-morph" \
build test:morphs-repo overlap overlap-system.morph > /dev/null
"$SRCDIR/scripts/list-overlaps" groups \
- "$cache"/*.system.overlap-system.overlaps |
+ "$cache"/*.system.overlap-system*.overlaps |
while IFS='\n' read overlaps; do
echo $overlaps
"$SRCDIR/scripts/list-overlaps" list-files \
- "$cache"/*.system.overlap-system.overlaps $overlaps
+ "$cache"/*.system.overlap-system*.overlaps $overlaps
done