Commit Diff


commit - b23a86b503c14de76d0b425f13d808ebe13c800b
commit + e7ed74c0e1a8073b5917f989f61036f6e3df8ab6
blob - bbd06ececc46f20d3f6a90711323e2c48be8a261
blob + 53d9fee708b2651d9a10a13f96fedb3f21d468c9
--- tests/util.py
+++ tests/util.py
@@ -14,7 +14,7 @@ def is_no_fusermount():
     return sys.platform.startswith("freebsd") or \
             sys.platform == "darwin"
 
-no_fusermount_support = not is_no_fusermount()
+no_fusermount_support = is_no_fusermount()
 
 def wait_for_mount(mount_process, mnt_dir,
                    test_fn=os.path.ismount):