Przeglądaj źródła

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

Dan Helfman 4 lat temu
rodzic
commit
d6e376d32d
1 zmienionych plików z 1 dodań i 0 usunięć
  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*', '')