X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9113-git-svn-dcommit-new-file.sh;h=e9b6128b3fa5c3d0cbbe5abb7f3e55267263449d;hb=b75271d93a9e4be960d53fc4f955802530e0e733;hp=250c53022b6a217890593ecb95c86e81ac61c669;hpb=132c6e443cb76d0baf9eece7b9424d25dc83a91d;p=git.git diff --git a/t/t9113-git-svn-dcommit-new-file.sh b/t/t9113-git-svn-dcommit-new-file.sh index 250c53022..e9b6128b3 100755 --- a/t/t9113-git-svn-dcommit-new-file.sh +++ b/t/t9113-git-svn-dcommit-new-file.sh @@ -12,19 +12,7 @@ test_description='git svn dcommit new files over svn:// test' . ./lib-git-svn.sh -if test -z "$SVNSERVE_PORT" -then - say 'skipping svnserve test. (set $SVNSERVE_PORT to enable)' - test_done - exit -fi - -start_svnserve () { - svnserve --listen-port $SVNSERVE_PORT \ - --root "$rawsvnrepo" \ - --listen-once \ - --listen-host 127.0.0.1 & -} +require_svnserve test_expect_success 'start tracking an empty repo' ' svn mkdir -m "empty dir" "$svnrepo"/empty-dir &&