From 3e974f17ae31c75a4b8d0b4cacd1d42abf5035e2 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sat, 27 May 2023 20:54:46 +1000 Subject: [PATCH] fs: Update path to torrentfs --- fs/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/test.sh b/fs/test.sh index 5f46d3dc..93bfbdc5 100755 --- a/fs/test.sh +++ b/fs/test.sh @@ -8,7 +8,7 @@ pushd torrents cp "$repopath/testdata/$debian_file.torrent" . godo -v -- "$repopath/cmd/torrent" metainfo "$repopath/testdata/sintel.torrent" magnet > sintel.magnet popd -GOPPROF=http godo -v -- "$repopath/cmd/torrentfs" -mountDir=mnt -metainfoDir=torrents & +GOPPROF=http godo -v -- "$repopath/fs/cmd/torrentfs" -mountDir=mnt -metainfoDir=torrents & trap 'set +e; sudo umount -f mnt' EXIT #file="$debian_file" file=Sintel/Sintel.mp4 -- 2.44.0