borgmatic/atticmatic/tests/unit
Robin Schneider 9f5c5c8e13 Use /\s+/ to split source_directories to handle 1+ spaces.
This bug is can be quite annoying because when you accidentally used
something like:

```ini
[location]
source_directories: backup_one  backup_two
;                              A (Additional space here)
```

It would call Attic/Borg with ('backup_one', '', 'backup_two') which in
turn backups your whole $PWD.
2016-01-31 11:42:07 +01:00
..
backends Use /\s+/ to split source_directories to handle 1+ spaces. 2016-01-31 11:42:07 +01:00
__init__.py
test_command.py
test_config.py Better error message when configuration file is missing. 2015-09-06 15:55:14 -07:00