1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 01:37:20 +00:00

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.
This commit is contained in:
Marian Beermann 2017-08-28 10:16:49 +02:00
parent f7ed5d7220
commit a6be34f8f7

View file

@ -2745,7 +2745,6 @@ def test_detect_attic_repo(self):
['delete', path],
['prune', path],
['info', path + '::test'],
['mount', path, self.tmpdir],
['key', 'export', path, 'exported'],
['key', 'import', path, 'import'],
['change-passphrase', path],