mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-22 06:37:33 -04:00
borg list --short just spills out the list of files / dirs - better for some tests and also useful on the commandline for interactive use. the tests previously needed fakeroot because in the test setup it always made calls to mknod and chown, which require (fake)root. now, the tests adapt to whether it detects (fake)root or not - to run the the tests completely, you still need fakeroot, but it won't fail all the archiver tests just due to failing test setup. also, a test not working correctly due to fakeroot was found: it should detect whether a read-only repo is usable, but it failed to do that because with (fake)root, there is no "read only" (at least not via taking away the w permission bits). |
||
|---|---|---|
| .. | ||
| testsuite | ||
| __init__.py | ||
| __main__.py | ||
| _chunker.c | ||
| _hashindex.c | ||
| _version.py | ||
| archive.py | ||
| archiver.py | ||
| cache.py | ||
| chunker.pyx | ||
| compress.pyx | ||
| crypto.pyx | ||
| fuse.py | ||
| hashindex.pyx | ||
| helpers.py | ||
| key.py | ||
| locking.py | ||
| lrucache.py | ||
| platform.py | ||
| platform_darwin.pyx | ||
| platform_freebsd.pyx | ||
| platform_linux.pyx | ||
| remote.py | ||
| repository.py | ||
| xattr.py | ||