summaryrefslogtreecommitdiff
path: root/tests.as-root
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-26 10:45:45 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-26 12:01:58 +0100
commit761c213df33c91eccb17d0f348a3f59344939f5b (patch)
treee477e66572edc79f39333be4acdb80ce038d9401 /tests.as-root
parenta825aaa0a7619ba17c73abbb1e043401ce70add3 (diff)
downloadmorph-761c213df33c91eccb17d0f348a3f59344939f5b.tar.gz
Fix getting name of rootfs files in test case
Diffstat (limited to 'tests.as-root')
-rwxr-xr-xtests.as-root/make-patch.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.as-root/make-patch.script b/tests.as-root/make-patch.script
index 9a159a48..bd14c5a9 100755
--- a/tests.as-root/make-patch.script
+++ b/tests.as-root/make-patch.script
@@ -45,7 +45,7 @@ EOF
# Build first image. Remember the stratum.
"$SRCDIR/scripts/test-morph" build test:morphs-repo master hello-system.morph
-img1=$(find "$DATADIR/cache/artifacts" -maxdepth 1 -name '*.system.*')
+img1=$(find "$DATADIR/cache/artifacts" -maxdepth 1 -name '*.system.*-rootfs')
# Modify the chunk, in a new branch.
"$SRCDIR/scripts/run-git-in" "$DATADIR/chunk-repo" checkout --quiet farrokh