X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9105-git-svn-commit-diff.sh;h=6323c7e3ace0dda555ee67b384a197a26bf89dd6;hb=8232dc427fb4b92b38e74e9e93b52231a67e354f;hp=746c8277d06a7d9d147df16d6c16efce65bf34a2;hpb=45bf473a7bc2c40c8aea3d34a0eab7a41e77a8ff;p=git.git diff --git a/t/t9105-git-svn-commit-diff.sh b/t/t9105-git-svn-commit-diff.sh index 746c8277d..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 &&