X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c2f718800dbb03d336c0370631e9ea81dbb3997f..7d972883c71002a4ef11a7f85b47311b48847fa3:/services/arv-git-httpd/server_test.go diff --git a/services/arv-git-httpd/server_test.go b/services/arv-git-httpd/server_test.go index 743bb1cc30..c1364ca75b 100644 --- a/services/arv-git-httpd/server_test.go +++ b/services/arv-git-httpd/server_test.go @@ -136,7 +136,7 @@ func (s *IntegrationSuite) SetUpTest(c *check.C) { c.Assert(err, check.Equals, nil) theConfig = &config{ - Addr: ":", + Addr: ":0", GitCommand: "/usr/bin/git", Root: s.tmpRepoRoot, }