copyparty/tests
ed 4401de0413 fix mv with --no-dedup in volumes with dupes;
if --no-dedup was enabled in a volume which already contained
symlinked duplicate files, renaming/moving folders could fail

this is due to folder contents being moved one file at a time
(which is how symlink breakage is prevented) except the links
are moved assuming the final directory layout, meaning they
may be intermittently broken during the movie

with no-dedup, the symlinks are converted into full files as
each symlink is encountered, but a temporarily broken symlink
would crash the procedure

fix this by giving `_symlink` a new parameter `fsrc`
which is a known valid inode for data copying purposes
2024-09-07 00:47:12 +00:00
..
res/idp idp: precise expansion of ${u} (fixes #79); 2024-03-21 20:10:27 +00:00
__init__.py fix write-only volumes + add regression test 2021-04-24 02:48:41 +02:00
ptrav.py make linters happier 2023-11-30 17:33:07 +00:00
run.py make linters happier 2023-11-30 17:33:07 +00:00
test_dedup.py fix mv with --no-dedup in volumes with dupes; 2024-09-07 00:47:12 +00:00
test_dots.py fix dedup bug as of v1.13.8: 2024-08-30 22:06:25 +00:00
test_dxml.py make linters happier 2023-11-30 17:33:07 +00:00
test_hooks.py add hook side-effects; closes #86 2024-08-11 14:52:32 +00:00
test_httpcli.py optimize test_httpcli.py too, from 1.64 to 1.51s 2024-08-31 22:03:06 +00:00
test_idp.py fix tests on windows 2024-04-25 22:25:38 +00:00
test_mv.py fix mv with --no-dedup in volumes with dupes; 2024-09-07 00:47:12 +00:00
test_vfs.py cleanup: strip trailing whitespace 2024-07-26 19:33:56 +00:00
util.py verify on-disk contents before dedup; 2024-09-06 19:08:14 +00:00