bcachefs-tools: Fix test.

Signed-off-by: Justin Husted <sigstop@gmail.com>
This commit is contained in:
Justin Husted 2019-12-28 20:09:22 -08:00
parent 3b8db3d7be
commit 5d79efdd19

View File

@ -230,3 +230,6 @@ def test_write(bfuse):
assert ts.contains(post_st.st_mtime) assert ts.contains(post_st.st_mtime)
assert path.read_bytes() == b'test' assert path.read_bytes() == b'test'
bfuse.unmount()
bfuse.verify()