From: Matt Joiner Date: Sat, 30 Jun 2018 12:03:29 +0000 (+1000) Subject: fs/test.sh: Add sudo before happy path umount again X-Git-Tag: v1.0.0~105 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a69cd7bb9b2693dd082519f051c9146ccc8cd36f;p=btrtrc.git fs/test.sh: Add sudo before happy path umount again --- diff --git a/fs/test.sh b/fs/test.sh index e174f9cb..84dffcb7 100755 --- a/fs/test.sh +++ b/fs/test.sh @@ -13,5 +13,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 +sudo umount mnt wait || echo "wait returned" $?