---
tests.as-root/make-patch.script | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests.as-root/make-patch.script b/tests.as-root/make-patch.script
index 9a159a4..bd14c5a 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
--
1.7.2.5