History log of /openbsd/regress/usr.bin/rsync/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 932b7127 28-Jul-2023 bluhm <bluhm@openbsd.org>

Some open rsync tests fail when run as regular user. If running
as root, switch to build user to cover that case with new test13b_perms.
Fix the original test6_perms and test13_perms to pass as root

Some open rsync tests fail when run as regular user. If running
as root, switch to build user to cover that case with new test13b_perms.
Fix the original test6_perms and test13_perms to pass as root and
regular user. Note that ports rsync does not have this problem.

show more ...


# dd258625 16-Jul-2023 anton <anton@openbsd.org>

Make remaining unstable tests fail consistently by adjusting the
modification time of the problematic file(s), causing the check_file()
routine to always hit the "file exists and is possible match" c

Make remaining unstable tests fail consistently by adjusting the
modification time of the problematic file(s), causing the check_file()
routine to always hit the "file exists and is possible match" case.

While here, sync expected failures with reality.

show more ...


# d372de4f 29-Apr-2023 bluhm <bluhm@openbsd.org>

Run open rsync and ports rsync programs against each other using
the --rsync-path option. So we can see whether the tests pass in
all interoperability combinations.
Suggested by claudio@


# e6a98327 28-Apr-2023 bluhm <bluhm@openbsd.org>

Execute each test as make target. Remove the shell wrapper. Mark
failing test so that claudio@ can fix them.


# 3a0ab0b7 28-Apr-2023 claudio <claudio@openbsd.org>

Import rsync regress provided by Martin Cracauer so that bluhm@ can work
improve it in tree.