diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-03-04 13:01:50 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-03-05 11:34:41 +0100 |
commit | e99829207eac4f284045e30e83f186582cadced7 (patch) | |
tree | 0fba2beadc9cbb7c5d4a131eba1512c7634608b1 /test/end-to-end/git-import | |
parent | da17ef5b04815ea3c6605274141a2e2b3b53b217 (diff) | |
download | justbuild-e99829207eac4f284045e30e83f186582cadced7.tar.gz |
end-to-end tests: Fix small typos and inconsistencies
Diffstat (limited to 'test/end-to-end/git-import')
-rwxr-xr-x | test/end-to-end/git-import/chained-import.sh | 2 | ||||
-rw-r--r-- | test/end-to-end/git-import/computed.sh | 6 | ||||
-rwxr-xr-x | test/end-to-end/git-import/deduplicate.sh | 2 |
3 files changed, 5 insertions, 5 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}" |