From 68f177d238ca8dd7412b0ce30d86d03dfcdd78cf Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 18 Nov 2018 17:11:13 +0000 Subject: Kill filesystem process on test cleanup. --- test/test_ctests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_ctests.py') 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) -- cgit v1.2.3