summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tartree-edit4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tartree-edit b/tests/tartree-edit
index f4717fa..bf5238c 100755
--- a/tests/tartree-edit
+++ b/tests/tartree-edit
@@ -159,9 +159,9 @@ tryat_gitfetchinfo () {
GIT_COMMITTER_DATE=$GIT_AUTHOR_DATE
export GIT_COMMITTER_DATE GIT_AUTHOR_DATE
git checkout -b WORKTREE
- gitfetchinfo_perhaps_commit INDEX
+ gitfetchinfo_perhaps_commit 'UNCOMMITTED INDEX'
git add -Af .
- gitfetchinfo_perhaps_commit WORKTREE
+ gitfetchinfo_perhaps_commit 'UNCOMMITTED WORKING TREE'
cd ../../..
git fetch --no-tags "$remote" --refmap \
+"refs/*:refs/remotes/$remote/*" \