Merge branch 'tz/git-svn-doc-markup-fix'
[gitweb.git] / t / t9142-git-svn-shallow-clone.sh
index e21ee5f663ce8333625c5d9d483c42dde3394675..a30730502d859408a3d59a1859e55a07eac0c6ce 100755 (executable)
@@ -18,7 +18,7 @@ test_expect_success 'setup test repository' '
                svn_cmd add foo &&
                svn_cmd commit -m "add foo"
        ) &&
-       start_httpd
+       maybe_start_httpd
 '
 
 test_expect_success 'clone trunk with "-r HEAD"' '
@@ -26,6 +26,4 @@ test_expect_success 'clone trunk with "-r HEAD"' '
        ( cd g && git rev-parse --symbolic --verify HEAD )
 '
 
-stop_httpd
-
 test_done