Write "all interfaces, any port" as ":0" (not ":") for compatibility with Go 1.5...
[arvados.git] / services / arv-git-httpd / server_test.go
index 743bb1cc30305504b7440c1e1256a341f59b61a7..c1364ca75b22ce18a72c74ffadf9667a69bf1225 100644 (file)
@@ -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,
        }