diff options
Diffstat (limited to 'test/end-to-end/git-import/deduplicate.sh')
-rwxr-xr-x | test/end-to-end/git-import/deduplicate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |