summaryrefslogtreecommitdiff
path: root/tests.as-root/system-overlap.script
diff options
context:
space:
mode:
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