You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
os.setxattr(target, attr_name, attr_value)
assert attr_name.decode("utf-8") in os.listxattr(target)
> assert os.getxattr(target, attr_name) == attr_value
E AssertionError: assert b'' == b'unreliablefs'
E Right contains 12 more items, first extra item: 117
E Full diff: E - b''
E + b'unreliablefs'
tests/test_unreliablefs.py:497: AssertionError
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: