| Index: tests/submodule-merge-test.sh
|
| diff --git a/tests/submodule-merge-test.sh b/tests/submodule-merge-test.sh
|
| index 8818a2a5c11e997ccf816ca95e7d03353eeb533a..d626db2c075b0070d2cb9620421a873a8bb4184d 100755
|
| --- a/tests/submodule-merge-test.sh
|
| +++ b/tests/submodule-merge-test.sh
|
| @@ -43,7 +43,7 @@ TBR=foo"
|
|
|
| cd git-svn-submodule
|
| git svn fetch
|
| - last_svn_rev=`git show refs/remotes/trunk | grep git-svn-id: | \
|
| + last_svn_rev=`git show refs/remotes/origin/trunk | grep git-svn-id: | \
|
| grep -o trunk@[0-9]* | xargs`
|
|
|
| test_expect_success "git svn fetch gets new svn revision" \
|
|
|