From 5eb0428f8e24e164c08b2fe8125481c8343cdf5f Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 18 Feb 2015 21:33:42 +1100 Subject: [PATCH] fs: Ensure DownloadOnDemand runs through UTP --- fs/torrentfs_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/torrentfs_test.go b/fs/torrentfs_test.go index 7eeb6a4d..049e5f8c 100644 --- a/fs/torrentfs_test.go +++ b/fs/torrentfs_test.go @@ -187,6 +187,7 @@ func TestDownloadOnDemand(t *testing.T) { DisableTrackers: true, NoDHT: true, ListenAddr: ":0", + DisableTCP: true, NoDefaultBlocklist: true, -- 2.48.1