From 9edef94a2be28d91b5fda2ec817c427d192cb935 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Fri, 18 Jul 2014 02:39:09 +1000 Subject: [PATCH] Script that unblocks unit tests frozen in FUSE --- fs/unwedge-tests | 1 + 1 file changed, 1 insertion(+) create mode 100755 fs/unwedge-tests 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 -- 2.48.1