Some open rsync tests fail when run as regular user. If running
authorbluhm <bluhm@openbsd.org>
Fri, 28 Jul 2023 17:25:32 +0000 (17:25 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 28 Jul 2023 17:25:32 +0000 (17:25 +0000)
commit932b7127be46854fb6d1ab69a58afbd62992e1ab
treec80c3e1513dc3bce52ad6195f1caadf20709afcf
parent4984ef9ac34d0299a2ebe413dc68c3f171200fcc
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.
regress/usr.bin/rsync/Makefile
regress/usr.bin/rsync/test13_perms.test
regress/usr.bin/rsync/test13b_perms.test [new file with mode: 0644]
regress/usr.bin/rsync/test6_perms.test