Add a unit test for rsync special rmatch() function.
authorclaudio <claudio@openbsd.org>
Tue, 20 Feb 2024 09:40:58 +0000 (09:40 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 20 Feb 2024 09:40:58 +0000 (09:40 +0000)
commit76d7e694cd6efc873983790ff009618447a11faf
tree294a7891be189eaf902a50f82c1a235e0d2c3f2b
parentab5e6dadf341f5a44f6bd51c6b25dc4cda8bf18f
Add a unit test for rsync special rmatch() function.
One pattern is currently disabled since it results in an infinite loop.
Fix for that is on the way.
regress/usr.bin/rsync-unit/Makefile [new file with mode: 0644]
regress/usr.bin/rsync-unit/rmatch_test.c [new file with mode: 0644]