summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/end-to-end/computed-roots/basic.sh2
-rw-r--r--test/end-to-end/computed-roots/remote.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/end-to-end/computed-roots/basic.sh b/test/end-to-end/computed-roots/basic.sh
index 16e363c1..ee08c4bd 100644
--- a/test/end-to-end/computed-roots/basic.sh
+++ b/test/end-to-end/computed-roots/basic.sh
@@ -120,7 +120,7 @@ echo
echo
echo Sanity-check of the log
echo
-grep '[Rr]oot.*base.*evaluted.*' "${OUT}/log" > "${TMPDIR}/log_line"
+grep '[Rr]oot.*base.*evaluated.*' "${OUT}/log" > "${TMPDIR}/log_line"
cat "${TMPDIR}/log_line"
sed -i 's/.*log //' "${TMPDIR}/log_line"
"${JUST}" install-cas --local-build-root "${LBRDIR}" \
diff --git a/test/end-to-end/computed-roots/remote.sh b/test/end-to-end/computed-roots/remote.sh
index e35a26e0..1c11ba36 100644
--- a/test/end-to-end/computed-roots/remote.sh
+++ b/test/end-to-end/computed-roots/remote.sh
@@ -137,7 +137,7 @@ echo Sanity-check of the log
echo
# As this target was never built before, there can't be a cache hit,
# hence we expect a reference to an evaluation log.
-grep '[Rr]oot.*base.*evaluted.*' "${OUT}/log" > "${TMPDIR}/log_line"
+grep '[Rr]oot.*base.*evaluated.*' "${OUT}/log" > "${TMPDIR}/log_line"
cat "${TMPDIR}/log_line"
sed -i 's/.*log //' "${TMPDIR}/log_line"
"${JUST}" install-cas --local-build-root "${LBRDIR}" \