summaryrefslogtreecommitdiff
path: root/t/t9167-git-svn-cmd-branch-subproject.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t9167-git-svn-cmd-branch-subproject.sh')
-rwxr-xr-xt/t9167-git-svn-cmd-branch-subproject.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9167-git-svn-cmd-branch-subproject.sh b/t/t9167-git-svn-cmd-branch-subproject.sh
index 53def87..ba35fc0 100755
--- a/t/t9167-git-svn-cmd-branch-subproject.sh
+++ b/t/t9167-git-svn-cmd-branch-subproject.sh
@@ -31,7 +31,7 @@ test_expect_success 'import into git' '
git svn init --trunk=trunk/project --branches=branches/*/project \
--tags=tags/*/project "$svnrepo" &&
git svn fetch &&
- git checkout remotes/trunk
+ git checkout remotes/origin/trunk
'
test_expect_success 'git svn branch tests' '