[Bug 268863] sysutils/py-rdiff-backup: Update to 2.2.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 12 Jan 2023 14:05:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268863

--- Comment #15 from Zsolt Udvari <uzsolt@uzsolt.hu> ---
(In reply to Nuno Teixeira from comment #14)
See https://github.com/rdiff-backup/rdiff-backup/blob/master/Makefile#L22
The tools/setup-testfiles.sh run. It (git-)clones
https://github.com/rdiff-backup/rdiff-backup-filesrepo.git - runs without any
error. After it untar
https://github.com/rdiff-backup/rdiff-backup-filesrepo/blob/master/rdiff-backup_testfiles.tar
file. It contains some files that cause error, they're:

# file root/ttyS0 root/sonycd select/filetypes/ttyS1
root/ttyS0:             character special (3/48)
root/sonycd:            block special (15/0)
select/filetypes/ttyS1: character special (4/65)

(https://github.com/rdiff-backup/rdiff-backup/blob/v2.1.4rc0/docs/DEVELOP.adoc#testing)

I think simply should add TEST_TARGET=test (and delete do-test: target) but I
don't know what should write instead of RUN_COMMAND
(https://github.com/rdiff-backup/rdiff-backup/blob/master/Makefile#L5).
I'm working on it...

-- 
You are receiving this mail because:
You are the assignee for the bug.