]> Sergey Matveev's repositories - btrtrc.git/blobdiff - main_test.go
Use netip.AddrPort in PEX code and filter unusable addrs much sooner
[btrtrc.git] / main_test.go
index 301502c84a3c5f629760553eb13d2ff3d3b0b61c..51af26a041374468d11efece53c88b61999942e4 100644 (file)
@@ -13,9 +13,7 @@ func init() {
 }
 
 func TestMain(m *testing.M) {
-       TestingTempDir.Init("torrent.test")
        code := m.Run()
-       TestingTempDir.RemoveAll()
        // select {}
        os.Exit(code)
 }