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 Adding unit tests for config module. 2014-11-17 21:57:44 -08:00
test_command.py New "borgmatic" command to support Borg backup software, a fork of Attic. 2015-07-18 18:35:29 -07:00
test_config.py Better error message when configuration file is missing. 2015-09-06 15:55:14 -07:00