aboutsummaryrefslogtreecommitdiff
path: root/test/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/util.py')
-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'])