浏览代码

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.
Marian Beermann 7 年之前
父节点
当前提交
a6be34f8f7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/borg/testsuite/archiver.py

+ 0 - 1
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],