浏览代码

Fix end-to-end test broken by change in source directory examples.

Dan Helfman 4 年之前
父节点
当前提交
d6e376d32d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/end-to-end/test_borgmatic.py

+ 1 - 0
tests/end-to-end/test_borgmatic.py

@@ -20,6 +20,7 @@ def generate_configuration(config_path, repository_path):
         .read()
         .replace('user@backupserver:sourcehostname.borg', repository_path)
         .replace('- user@backupserver:{fqdn}', '')
+        .replace('- /home/user/path with spaces', '')
         .replace('- /home', '- {}'.format(config_path))
         .replace('- /etc', '')
         .replace('- /var/log/syslog*', '')