From e99829207eac4f284045e30e83f186582cadced7 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 4 Mar 2025 13:01:50 +0100 Subject: end-to-end tests: Fix small typos and inconsistencies --- test/end-to-end/git-import/chained-import.sh | 2 +- test/end-to-end/git-import/computed.sh | 6 +++--- test/end-to-end/git-import/deduplicate.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'test/end-to-end/git-import') 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}" -- cgit v1.2.3