X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/23f0d2b4f4181e3460e106c1c0b5764c993bb49e..8fc29fafb91cf64ce4ededbdd85ef9507c51f216:/services/arv-git-httpd/gitolite_test.go diff --git a/services/arv-git-httpd/gitolite_test.go b/services/arv-git-httpd/gitolite_test.go index 0656cbf89a..88cd221cbf 100644 --- a/services/arv-git-httpd/gitolite_test.go +++ b/services/arv-git-httpd/gitolite_test.go @@ -52,7 +52,7 @@ func (s *GitoliteSuite) SetUpTest(c *check.C) { APIHost: arvadostest.APIHost(), Insecure: true, }, - Listen: ":0", + Listen: "localhost:0", GitCommand: "/usr/share/gitolite3/gitolite-shell", GitoliteHome: s.gitoliteHome, RepoRoot: s.tmpRepoRoot,