borgbackup/borg/testsuite
Antoine Beaupré a0ef4e25dd add support for arbitrary SSH commands (attic#99)
while SSH options can be specified through `~/.ssh/config`, some users
may want to use a completely different SSH command for their backups,
without overriding their $PATH variable. it may also be easier to do
ad-hoc configuration and tests that way.

plus, the POLA tells us that users expects something like this to be
supported by commands that talk to ssh. it is supported by rsync, git
and so on.
2015-10-05 18:54:00 -04:00
..
__init__.py tests: work around strange mtime granularity issue on netbsd, fixes #204 2015-09-18 00:02:44 +02:00
archive.py get rid of testsuite.mock, directly import from mock 2015-08-09 14:26:54 +02:00
archiver.py test setup: stay away from the setgid mode bit 2015-09-15 23:52:17 +02:00
chunker.py misc chunker parameter changes 2015-06-21 01:46:41 +02:00
compress.py do not test lzma level 9 compression 2015-09-12 19:16:45 +02:00
crypto.py fix all references to package name 2015-05-22 19:21:41 +02:00
hashindex.py reimplement the chunk index merging in C 2015-08-06 23:32:53 +02:00
helpers.py archive names with slashes are invalid, attic issue #180 2015-09-19 16:09:20 +02:00
key.py fix all references to package name 2015-05-22 19:21:41 +02:00
locking.py locking code: extract timeout/sleep code into reusable TimeoutTimer class 2015-07-13 16:45:18 +02:00
lrucache.py minor lrucache test fix 2015-08-15 16:15:10 +02:00
platform.py style and cosmetic fixes, no semantic changes 2015-07-11 18:31:49 +02:00
repository.py add support for arbitrary SSH commands (attic#99) 2015-10-05 18:54:00 -04:00
upgrader.py rename convert command to upgrade 2015-10-03 12:36:52 -04:00
xattr.py xattr tests: ignore security.selinux attribute showing up 2015-09-14 01:26:20 +02:00