From: Matt Joiner Date: Mon, 18 Sep 2017 02:17:28 +0000 (+1000) Subject: test.sh: Unmount and wait for torrentfs to return after completion X-Git-Tag: v1.0.0~383 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c93f5d30380ca775dd528d3b679dde6aca82dc26;p=btrtrc.git test.sh: Unmount and wait for torrentfs to return after completion --- diff --git a/fs/test.sh b/fs/test.sh index 36abc1af..f6d367c2 100755 --- a/fs/test.sh +++ b/fs/test.sh @@ -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