test.sh: Unmount and wait for torrentfs to return after completion
This commit is contained in:
parent
c85aac6383
commit
c93f5d3038
|
@ -10,3 +10,5 @@ file=debian-9.1.0-amd64-netinst.iso
|
||||||
# file=sintel.mp4
|
# file=sintel.mp4
|
||||||
while [ ! -e "mnt/$file" ]; do sleep 1; done
|
while [ ! -e "mnt/$file" ]; do sleep 1; done
|
||||||
pv "mnt/$file" | md5sum
|
pv "mnt/$file" | md5sum
|
||||||
|
umount mnt
|
||||||
|
wait
|
||||||
|
|
Loading…
Reference in New Issue