summaryrefslogtreecommitdiff
path: root/test/end-to-end/git-import/chained-import.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/end-to-end/git-import/chained-import.sh')
-rwxr-xr-xtest/end-to-end/git-import/chained-import.sh2
1 files changed, 1 insertions, 1 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}"