summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJustin Husted <sigstop@gmail.com>2019-12-28 20:09:22 -0800
committerJustin Husted <sigstop@gmail.com>2019-12-28 20:10:02 -0800
commit5d79efdd199ab8018f53bcebb4e04405c080ce01 (patch)
tree0ab2903e54501651f407302013703fe207662b0c /tests
parent3b8db3d7bede084f6bb242436917899a0e00519f (diff)
bcachefs-tools: Fix test.
Signed-off-by: Justin Husted <sigstop@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_fuse.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_fuse.py b/tests/test_fuse.py
index c7608f4c..660d92de 100644
--- a/tests/test_fuse.py
+++ b/tests/test_fuse.py
@@ -230,3 +230,6 @@ def test_write(bfuse):
assert ts.contains(post_st.st_mtime)
assert path.read_bytes() == b'test'
+
+ bfuse.unmount()
+ bfuse.verify()