From: Matt Joiner Date: Thu, 17 Jul 2014 16:39:09 +0000 (+1000) Subject: Script that unblocks unit tests frozen in FUSE X-Git-Tag: v1.0.0~1652 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9edef94a2be28d91b5fda2ec817c427d192cb935;p=btrtrc.git Script that unblocks unit tests frozen in FUSE --- diff --git a/fs/unwedge-tests b/fs/unwedge-tests new file mode 100755 index 00000000..692c8fbe --- /dev/null +++ b/fs/unwedge-tests @@ -0,0 +1 @@ +for a in /tmp/torrentfs*; do sudo umount -f "$a/mnt"; done \ No newline at end of file