From 4f04d1353292ba46d2322f1c9f3145460a751c90 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 12 Oct 2017 17:52:15 +1100 Subject: [PATCH] Fix fs test link now that Debian 9.2 came out --- fs/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/test.sh b/fs/test.sh index 3362ad1f..ba32058f 100755 --- a/fs/test.sh +++ b/fs/test.sh @@ -3,7 +3,7 @@ umount mnt set -e GOPPROF=http godo github.com/anacrolix/torrent/cmd/torrentfs -mountDir=mnt -metainfoDir=torrents & cd torrents -wget -c https://cdimage.debian.org/debian-cd/current/amd64/bt-cd/debian-9.1.0-amd64-netinst.iso.torrent +wget -c https://cdimage.debian.org/cdimage/archive/9.1.0/amd64/bt-cd/debian-9.1.0-amd64-netinst.iso.torrent echo 'magnet:?xt=urn:btih:6a9759bffd5c0af65319979fb7832189f4f3c35d&dn=sintel.mp4' > sintel.magnet cd .. file=debian-9.1.0-amd64-netinst.iso -- 2.44.0