diff options
Diffstat (limited to 'test/end-to-end/git-import/computed.sh')
-rw-r--r-- | test/end-to-end/git-import/computed.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |