mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-09-12 21:28:25 -04:00
Its hand-rolled protocol client greets with version 30 and sends a protocol-30 argument string. When the run pins the daemon lower the two sides cannot agree and the client just sits there until it times out, so the test failed on every check29 target rather than reporting anything about copy-links. The behaviour under test is not protocol-specific: the sibling daemon-copylinks-parent-escape drives the same sender paths with the real rsync client and passes at protocol 29, so skipping here loses no coverage. Registered in the check29 expected-skip lists.