From a6be34f8f7e803dcc0ec8934c2b70d90e5ea03a7 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Mon, 28 Aug 2017 10:16:49 +0200 Subject: [PATCH] test_detect_attic_repo: don't test mount since mount is not always available and if it works for all the other commands, then it is likely it works for mount as well. --- src/borg/testsuite/archiver.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/borg/testsuite/archiver.py b/src/borg/testsuite/archiver.py index 947612a16..1bf3ed737 100644 --- a/src/borg/testsuite/archiver.py +++ b/src/borg/testsuite/archiver.py @@ -2745,7 +2745,6 @@ id: 2 / e29442 3506da 4e1ea7 / 25f62a 5a3d41 - 02 ['delete', path], ['prune', path], ['info', path + '::test'], - ['mount', path, self.tmpdir], ['key', 'export', path, 'exported'], ['key', 'import', path, 'import'], ['change-passphrase', path],