aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Przemysław Pawełczyk <przemoc@gmail.com>2016-11-29 06:33:14 +0100
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-28 21:33:14 -0800
commitdfbfee07abc9329715a12ce251e0ceeda8d78f19 (patch)
tree44015341e5c1fe85631d710768a88352efaad71c /test
parent4fdf83f4dd2b0c3a0688d23de23ad953abf473ac (diff)
Rename more things from fuse to fuse3
Diffstat (limited to 'test')
-rw-r--r--test/util.py4
1 files changed, 2 insertions, 2 deletions
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'])