From 5e75c9ed866b262483fcf1f3f1ba42c306d085e6 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 12 May 2019 21:41:46 +0200 Subject: [PATCH] rename test_mount_hardlinks to test_fuse_mount_hardlinks so both can be excluded by "not test_fuse" (fedora does this for testing) --- src/borg/testsuite/archiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/testsuite/archiver.py b/src/borg/testsuite/archiver.py index 82bb2db97..48574387e 100644 --- a/src/borg/testsuite/archiver.py +++ b/src/borg/testsuite/archiver.py @@ -791,7 +791,7 @@ def _extract_hardlinks_setup(self): @requires_hardlinks @unittest.skipUnless(has_llfuse, 'llfuse not installed') - def test_mount_hardlinks(self): + def test_fuse_mount_hardlinks(self): self._extract_hardlinks_setup() mountpoint = os.path.join(self.tmpdir, 'mountpoint') # we need to get rid of permissions checking because fakeroot causes issues with it.