diff options
Diffstat (limited to 'test/test_ctests.py')
-rw-r--r-- | test/test_ctests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ctests.py b/test/test_ctests.py index fff2427..d2f8582 100644 --- a/test/test_ctests.py +++ b/test/test_ctests.py @@ -64,7 +64,7 @@ def test_notify1(tmpdir, name, notify): else: assert read1 == read2 except: - cleanup(mnt_dir) + cleanup(mount_process, mnt_dir) raise else: umount(mount_process, mnt_dir) |