From dfbfee07abc9329715a12ce251e0ceeda8d78f19 Mon Sep 17 00:00:00 2001 From: Przemysław Pawełczyk Date: Tue, 29 Nov 2016 06:33:14 +0100 Subject: Rename more things from fuse to fuse3 --- test/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/util.py b/test/util.py index 4f8e123..76b8ec1 100644 --- a/test/util.py +++ b/test/util.py @@ -28,7 +28,7 @@ def cleanup(mnt_dir): stderr=subprocess.STDOUT) def umount(mount_process, mnt_dir): - # fusermount will be setuid root, so we can only trace it with + # fusermount3 will be setuid root, so we can only trace it with # valgrind if we're root if os.getuid() == 0: cmdline = base_cmdline @@ -85,5 +85,5 @@ else: base_cmdline = [] -# Try to use local fusermount +# Try to use local fusermount3 os.environ['PATH'] = '%s:%s' % (pjoin(basename, 'util'), os.environ['PATH']) -- cgit v1.2.3