summaryrefslogtreecommitdiff
path: root/t/t9155-git-svn-fetch-deleted-tag.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t9155-git-svn-fetch-deleted-tag.sh')
-rwxr-xr-xt/t9155-git-svn-fetch-deleted-tag.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t9155-git-svn-fetch-deleted-tag.sh b/t/t9155-git-svn-fetch-deleted-tag.sh
index a486a98..184336f 100755
--- a/t/t9155-git-svn-fetch-deleted-tag.sh
+++ b/t/t9155-git-svn-fetch-deleted-tag.sh
@@ -35,8 +35,8 @@ test_expect_success 'fetch deleted tags from same revision with checksum error'
cd git_project &&
git svn fetch &&
- git diff --exit-code mybranch:trunk/subdir/file tags/mytag:file &&
- git diff --exit-code master:subdir/file tags/mytag^:file
+ git diff --exit-code origin/mybranch:trunk/subdir/file origin/tags/mytag:file &&
+ git diff --exit-code master:subdir/file origin/tags/mytag^:file
'
test_done