X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f96550cc40f340c79339338d1da81394bfcb64ad..5c6c6946b034b821446a3657ca065b5646e0f104:/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, }