summaryrefslogtreecommitdiff
path: root/tests/rebuild-cached-stratum.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rebuild-cached-stratum.script')
-rwxr-xr-xtests/rebuild-cached-stratum.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rebuild-cached-stratum.script b/tests/rebuild-cached-stratum.script
index c0022ba6..1bea1ae6 100755
--- a/tests/rebuild-cached-stratum.script
+++ b/tests/rebuild-cached-stratum.script
@@ -40,7 +40,7 @@ cache="$DATADIR/cache/artifacts"
"$SRCDIR/scripts/test-morph" \
build test:morphs-repo rebuild-cached-stratum hello-stratum.morph
echo "first build:"
-(cd "$cache" && ls *.chunk.* *.stratum.* | sed 's/^[^.]*\./ /' |
+(cd "$cache" && ls *.chunk.* *hello-stratum | sed 's/^[^.]*\./ /' |
LC_ALL=C sort)
# Change the chunk.
@@ -52,6 +52,6 @@ echo "first build:"
"$SRCDIR/scripts/test-morph" \
build test:morphs-repo rebuild-cached-stratum hello-stratum.morph
echo "second build:"
-(cd "$cache" && ls *.chunk.* *.stratum.* | sed 's/^[^.]*\./ /' |
+(cd "$cache" && ls *.chunk.* *hello-stratum | sed 's/^[^.]*\./ /' |
LC_ALL=C sort)