diff --git a/client_test.go b/client_test.go index b2d59801..b74a65a7 100644 --- a/client_test.go +++ b/client_test.go @@ -819,6 +819,7 @@ func TestAddTorrentPiecesNotAlreadyCompleted(t *testing.T) { func TestAddMetainfoWithNodes(t *testing.T) { cfg := TestingConfig() + cfg.ListenAddr = ":0" cfg.NoDHT = false // For now, we want to just jam the nodes into the table, without // verifying them first. Also the DHT code doesn't support mixing secure