Clean up after failed unit tests better.

Signed-off-by: Justin Husted <sigstop@gmail.com>
This commit is contained in:
Justin Husted 2019-11-19 21:44:58 -08:00
parent d0b5ee0339
commit f574ca05f8

View File

@ -15,5 +15,4 @@ def bfuse(tmpdir):
yield bf
if bf.returncode is None:
bf.unmount(timeout=5.0)
bf.unmount(timeout=5.0)