diff --git a/src/borg/testsuite/archiver.py b/src/borg/testsuite/archiver.py index ffb529694..08e97474d 100644 --- a/src/borg/testsuite/archiver.py +++ b/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: