We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ced6ca commit 76d11faCopy full SHA for 76d11fa
1 file changed
test/util.py
@@ -32,7 +32,7 @@ def cleanup(mount_process, mnt_dir):
32
33
34
def umount(mount_process, mnt_dir):
35
- subprocess.check_call(['fusermount', '-z', '-u', mnt_dir ])
+ subprocess.check_call(['fusermount3', '-z', '-u', mnt_dir ])
36
assert not os.path.ismount(mnt_dir)
37
38
# Give mount process a little while to terminate. Popen.wait(timeout)
0 commit comments