Index: tests/test-lib.sh |
diff --git a/tests/test-lib.sh b/tests/test-lib.sh |
index 1e7223d36a9419c7dd8d74ce08c6535c9e7be74d..c384327b5db3be5a76a3d2a793bfc8e3bd26e044 100755 |
--- a/tests/test-lib.sh |
+++ b/tests/test-lib.sh |
@@ -72,7 +72,7 @@ setup_gitsvn_submodule() { |
git config user.email 'TestDood@example.com' |
echo 'merge-file line 1' > merge-file |
git add merge-file; git commit -q -m 'First non-svn commit on master' |
- git checkout -q refs/remotes/trunk |
+ git checkout -q refs/remotes/origin/trunk |
git merge -q --no-commit --no-ff refs/heads/master >/dev/null 2>&1 |
echo 'merge-edit-file line 1' > merge-edit-file |
git add merge-edit-file |