diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2018-11-18 17:11:13 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2018-11-24 20:51:34 +0000 |
commit | 68f177d238ca8dd7412b0ce30d86d03dfcdd78cf (patch) | |
tree | 1f27e43cf1d9af9e8ecd250fb2fafd7782e20c5e /test/test_ctests.py | |
parent | 0c73b8389aaea156e7544d984be95515b9743033 (diff) | |
download | libfuse-68f177d238ca8dd7412b0ce30d86d03dfcdd78cf.tar.gz |
Kill filesystem process on test cleanup.
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) |