Explorar o código

fuse xattr tests: remove freebsd from might-be-broken list

Thomas Waldmann %!s(int64=6) %!d(string=hai) anos
pai
achega
d79d505d89
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/borg/testsuite/archiver.py

+ 1 - 1
src/borg/testsuite/archiver.py

@@ -2240,7 +2240,7 @@ class ArchiverTestCase(ArchiverTestCaseBase):
                     else:
                         assert False, "expected OSError(ENOATTR), but no error was raised"
             except OSError as err:
-                if sys.platform.startswith(('freebsd', )) and err.errno == errno.ENOTSUP:
+                if sys.platform.startswith(('nothing_here_now', )) and err.errno == errno.ENOTSUP:
                     # some systems have no xattr support on FUSE
                     pass
                 else: