From 4913f17c014535bdf5045237a692b946faa56762 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 2 Dec 2021 10:50:02 +1100 Subject: [PATCH] Generate full sintel magnet link in fs test --- fs/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/test.sh b/fs/test.sh index c7e85835..8f3af5be 100755 --- a/fs/test.sh +++ b/fs/test.sh @@ -6,7 +6,7 @@ trap 'set +e; sudo umount -f mnt' EXIT debian_file=debian-10.8.0-amd64-netinst.iso pushd torrents cp "$repopath/testdata/$debian_file.torrent" . -echo 'magnet:?xt=urn:btih:6a9759bffd5c0af65319979fb7832189f4f3c35d&dn=sintel.mp4' > sintel.magnet +godo -v -race "$repopath/cmd/torrent" metainfo "$repopath/testdata/sintel.torrent" magnet > sintel.magnet popd file="$debian_file" # file=sintel.mp4 -- 2.44.0