X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9116-git-svn-log.sh;h=0374a7476bcc5b254aa1464d468434ae3205f114;hb=f90cf2b9203e81e3a2b70b15480628e9189b7e60;hp=fd6d1d20463f2a4de1bd8ed739c0e977921e037c;hpb=d890d3f99635de7963effd1436148112ef7a52b7;p=git.git diff --git a/t/t9116-git-svn-log.sh b/t/t9116-git-svn-log.sh index fd6d1d204..0374a7476 100755 --- a/t/t9116-git-svn-log.sh +++ b/t/t9116-git-svn-log.sh @@ -14,7 +14,7 @@ test_expect_success 'setup repository and import' ' 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" -T trunk -b branches -t tags && git svn fetch &&