X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9105-git-svn-commit-diff.sh;h=6323c7e3ace0dda555ee67b384a197a26bf89dd6;hb=8232dc427fb4b92b38e74e9e93b52231a67e354f;hp=f994b72f80eb9cbc6617dc1d3c9e6bbe63319b7b;hpb=01aaf1f88ddc2b99162c302710339f202996f39b;p=git.git diff --git a/t/t9105-git-svn-commit-diff.sh b/t/t9105-git-svn-commit-diff.sh index f994b72f8..6323c7e3a 100755 --- a/t/t9105-git-svn-commit-diff.sh +++ b/t/t9105-git-svn-commit-diff.sh @@ -4,13 +4,6 @@ test_description='git-svn commit-diff' . ./lib-git-svn.sh -if test -n "$GIT_SVN_NO_LIB" && test "$GIT_SVN_NO_LIB" -ne 0 -then - echo 'Skipping: commit-diff needs SVN libraries' - test_done - exit 0 -fi - test_expect_success 'initialize repo' " mkdir import && cd import && @@ -33,7 +26,7 @@ prev=`git rev-parse --verify HEAD^1` test_expect_success 'test the commit-diff command' " test -n '$prev' && test -n '$head' && - git-svn commit-diff '$prev' '$head' '$svnrepo' && + git-svn commit-diff -r1 '$prev' '$head' '$svnrepo' && svn co $svnrepo wc && cmp readme wc/readme "