]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Script that unblocks unit tests frozen in FUSE
authorMatt Joiner <anacrolix@gmail.com>
Thu, 17 Jul 2014 16:39:09 +0000 (02:39 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 17 Jul 2014 16:39:09 +0000 (02:39 +1000)
fs/unwedge-tests [new file with mode: 0755]

diff --git a/fs/unwedge-tests b/fs/unwedge-tests
new file mode 100755 (executable)
index 0000000..692c8fb
--- /dev/null
@@ -0,0 +1 @@
+for a in /tmp/torrentfs*; do sudo umount -f "$a/mnt"; done
\ No newline at end of file