commit-graph: fix bug around octopus merges
[gitweb.git] / t / t9120-git-svn-clone-with-percent-escapes.sh
index 59465b147eb9cdc7da1fb891ff695cbc4442209a..40b714df31a20f5b6908ca69dd229d624bc775cc 100755 (executable)
@@ -15,7 +15,7 @@ test_expect_success 'setup svnrepo' '
        svn_cmd cp -m "tag" "$svnrepo/pr ject/trunk" \
          "$svnrepo/pr ject/tags/v1" &&
        rm -rf project &&
-       start_httpd
+       maybe_start_httpd
 '
 
 test_expect_success 'test clone with percent escapes' '
@@ -74,6 +74,4 @@ test_expect_success 'test clone -s with unescaped space' '
        )
 '
 
-stop_httpd
-
 test_done