summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_ctests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ctests.py b/test/test_ctests.py
index e4ce668..4290f20 100644
--- a/test/test_ctests.py
+++ b/test/test_ctests.py
@@ -93,7 +93,7 @@ def test_notify_file_size(tmpdir, notify, output_checker):
else:
assert new_size == size
except:
- cleanup(mnt_dir)
+ cleanup(mount_process, mnt_dir)
raise
else:
umount(mount_process, mnt_dir)