fs/test.sh | 29 ++++++++++++++++++++++------- diff --git a/fs/test.sh b/fs/test.sh index 93bfbdc52e52b5f84ef6ef29a99fda36949605dc..abae61a4a50fc96ec49a2a7009a258fafea4a15d 100755 --- a/fs/test.sh +++ b/fs/test.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash +echo $BASH_VERSION set -eux repopath="$(cd "$(dirname "$0")/.."; pwd)" debian_file=debian-10.8.0-amd64-netinst.iso @@ -8,13 +10,26 @@ 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/fs/cmd/torrentfs" -mountDir=mnt -metainfoDir=torrents & -trap 'set +e; sudo umount -f mnt' EXIT #file="$debian_file" file=Sintel/Sintel.mp4 -while [ ! -e "mnt/$file" ]; do sleep 1; done -pv -f "mnt/$file" | md5sum -c <(cat <