summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/end-to-end/git-import/chained-import.sh2
-rw-r--r--test/end-to-end/git-import/computed.sh6
-rwxr-xr-xtest/end-to-end/git-import/deduplicate.sh2
-rw-r--r--test/end-to-end/serve-service/serve_start_execute_sharding.sh2
-rw-r--r--test/end-to-end/target-cache/check-sharding.sh2
5 files changed, 7 insertions, 7 deletions
diff --git a/test/end-to-end/git-import/chained-import.sh b/test/end-to-end/git-import/chained-import.sh
index b3b2d5b9..d02a5269 100755
--- a/test/end-to-end/git-import/chained-import.sh
+++ b/test/end-to-end/git-import/chained-import.sh
@@ -53,7 +53,7 @@ git checkout --orphan barmaster
git config user.name 'N.O.Body'
git config user.email 'nobody@example.org'
git add .
-git commit -m 'Add foo.txt' 2>&1
+git commit -m 'Add bar.txt' 2>&1
mkdir -p "${WRKDIR}"
cd "${WRKDIR}"
diff --git a/test/end-to-end/git-import/computed.sh b/test/end-to-end/git-import/computed.sh
index f51549b4..fec00e56 100644
--- a/test/end-to-end/git-import/computed.sh
+++ b/test/end-to-end/git-import/computed.sh
@@ -145,7 +145,7 @@ git checkout --orphan barmaster
git config user.name 'N.O.Body'
git config user.email 'nobody@example.org'
git add .
-git commit -m 'Add foo.txt' 2>&1
+git commit -m 'Add bar.txt' 2>&1
# Set up repo to build
mkdir -p "${WRKDIR}"
@@ -181,8 +181,8 @@ EOF
| "${GIT_IMPORT}" -C - -b barmaster "${REPO_DIRS}/bar" bar_root \
> repos-full.template.json
-# Test deduplication takes into account target repos of precomputed roots
-# as well. 'repo' isn't used directly, but it can shadow 'bar_root/root'
+# Test deduplication takes into account target repos of precomputed roots
+# as well. 'repo' isn't used directly, but it can shadow 'bar_root/root'
# during deduplication:
"${GIT_IMPORT}" -C repos-full.template.json -b barmaster "${REPO_DIRS}/bar" \
root > repos-full.json
diff --git a/test/end-to-end/git-import/deduplicate.sh b/test/end-to-end/git-import/deduplicate.sh
index ec7e614c..cdcc4d3c 100755
--- a/test/end-to-end/git-import/deduplicate.sh
+++ b/test/end-to-end/git-import/deduplicate.sh
@@ -69,7 +69,7 @@ git checkout --orphan barmaster
git config user.name 'N.O.Body'
git config user.email 'nobody@example.org'
git add .
-git commit -m 'Add foo.txt' 2>&1
+git commit -m 'Add bar.txt' 2>&1
mkdir -p "${WRKDIR}"
cd "${WRKDIR}"
diff --git a/test/end-to-end/serve-service/serve_start_execute_sharding.sh b/test/end-to-end/serve-service/serve_start_execute_sharding.sh
index 6997c612..73c28371 100644
--- a/test/end-to-end/serve-service/serve_start_execute_sharding.sh
+++ b/test/end-to-end/serve-service/serve_start_execute_sharding.sh
@@ -186,4 +186,4 @@ echo
)
cleanup
-echo ok
+echo OK
diff --git a/test/end-to-end/target-cache/check-sharding.sh b/test/end-to-end/target-cache/check-sharding.sh
index 496e11c4..41a3ecd4 100644
--- a/test/end-to-end/target-cache/check-sharding.sh
+++ b/test/end-to-end/target-cache/check-sharding.sh
@@ -362,4 +362,4 @@ if ! grep serve result/test.out; then
fi
echo
-echo ok
+echo OK