mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
backuprestore: Fix binds readonly test
This commit is contained in:
parent
5b754aecc1
commit
81ba89483d
1 changed files with 1 additions and 1 deletions
|
@ -675,7 +675,7 @@ def test_backup_binds_are_readonly(mocker, monkeypatch):
|
|||
def custom_mount_and_backup(self):
|
||||
self._organize_files()
|
||||
|
||||
conf = os.path.join(self.work_dir, "conf/ynh")
|
||||
conf = os.path.join(self.work_dir, "conf/ynh/dkim")
|
||||
output = subprocess.check_output(
|
||||
"touch %s/test 2>&1 || true" % conf,
|
||||
shell=True,
|
||||
|
|
Loading…
Add table
Reference in a new issue