aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util.py b/test/util.py
index 34f1049..cde0255 100644
--- a/test/util.py
+++ b/test/util.py
@@ -32,7 +32,7 @@ def cleanup(mount_process, mnt_dir):
def umount(mount_process, mnt_dir):
- subprocess.check_call(['fusermount', '-z', '-u', mnt_dir ])
+ subprocess.check_call(['fusermount3', '-z', '-u', mnt_dir ])
assert not os.path.ismount(mnt_dir)
# Give mount process a little while to terminate. Popen.wait(timeout)