Skip to content

Commit 7cec803

Browse files
committed
fixup! [tmp] Disable some tests
1 parent cdb842a commit 7cec803

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mfusepy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ def get_fuse_version(libfuse):
158158
f"Found library {_libfuse_path} has wrong major version: {fuse_version_major}. Expected FUSE 2!"
159159
)
160160

161+
print("FOUND FUSE LIBRARY VERSION:", fuse_version_major, fuse_version_minor)
162+
161163
if _system == 'NetBSD' and (fuse_version_major, fuse_version_minor) == (2, 9):
162164
# For some reason, NetBSD return 2.9 even though the API is 3.10!
163165
# The correct version is important for the struct layout!

0 commit comments

Comments
 (0)