From: Matt Joiner Date: Wed, 18 Feb 2015 10:33:42 +0000 (+1100) Subject: fs: Ensure DownloadOnDemand runs through UTP X-Git-Tag: v1.0.0~1334 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5eb0428f8e24e164c08b2fe8125481c8343cdf5f;p=btrtrc.git fs: Ensure DownloadOnDemand runs through UTP --- 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,