2
0
mirror of synced 2025-02-23 22:28:11 +00:00

test.sh: Unmount and wait for torrentfs to return after completion

This commit is contained in:
Matt Joiner 2017-09-18 12:17:28 +10:00
parent c85aac6383
commit c93f5d3038

View File

@ -10,3 +10,5 @@ file=debian-9.1.0-amd64-netinst.iso
# file=sintel.mp4
while [ ! -e "mnt/$file" ]; do sleep 1; done
pv "mnt/$file" | md5sum
umount mnt
wait