Explorar o código

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

Dan Helfman %!s(int64=4) %!d(string=hai) anos
pai
achega
d6e376d32d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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*', '')