diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-05-21 07:28:07 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-21 07:28:07 -0700 |
commit | 581412cb02cc79c566c9828a9cfbe7847b2c6df2 (patch) | |
tree | c3239c5fa72512228b9f351ed8de0f2f6739c0e1 /t/t9107-git-svn-migrate.sh | |
parent | fe87c92138d91e2002c46b06f8389814436de1cf (diff) | |
parent | 36db1eddf972c88edf402b99e2366ad533635ab8 (diff) | |
download | git-581412cb02cc79c566c9828a9cfbe7847b2c6df2.tar.gz |
Merge git://git.bogomips.org/git-svn
* git://git.bogomips.org/git-svn:
git-svn: add --authors-prog option
git-svn: Set svn.authorsfile if it is passed to git svn clone
git-svn: Correctly report max revision when following deleted paths
git-svn: Fix for svn paths removed > log-window-size revisions ago
git-svn testsuite: use standard configuration for Subversion tools
Diffstat (limited to 't/t9107-git-svn-migrate.sh')
-rwxr-xr-x | t/t9107-git-svn-migrate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9107-git-svn-migrate.sh b/t/t9107-git-svn-migrate.sh index acad16a6f0..3a9e07768d 100755 --- a/t/t9107-git-svn-migrate.sh +++ b/t/t9107-git-svn-migrate.sh @@ -12,7 +12,7 @@ test_expect_success 'setup old-looking metadata' ' mkdir -p $i && \ echo hello >> $i/README || exit 1 done && \ - svn import -m test . "$svnrepo" + svn_cmd import -m test . "$svnrepo" cd .. && git svn init "$svnrepo" && git svn fetch && |