From c93f5d30380ca775dd528d3b679dde6aca82dc26 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 18 Sep 2017 12:17:28 +1000 Subject: [PATCH] test.sh: Unmount and wait for torrentfs to return after completion --- fs/test.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.48.1