Unfortunately, the old variant of this patch was applied. So the test-case is
not yet fixed. I'm attaching a correction patch.
Thank you!
Pavel
On Monday, January 25, 2021 10:08:39 AM CET Pavel Raiskup wrote:
> I'm attaching updated patch. The getcap output actually changed like this:
>
>
Applied. Commit beeb19f927762f21aed7fc20e8e359c7aa21388b.
Regards,
Sergey
> -getcap dir/file
> +# Newer systems print = instead of + here
> +getcap dir/file | sed 's/+/=/'
> ],
> [0],
> -[dir/file = cap_chown+ei
> +[dir/file = cap_chown=ei
> ])
>
> AT_CLEANUP
>
>From 8b32042ed8e06ac13643945d0a6b5bacaa8cbc9f
Related discussion in the Fedora pull-request:
https://src.fedoraproject.org/rpms/tar/pull-request/8
* tests/capabs_raw01.at: Newer systems (currently e.g. Fedora 34)
print getcap output in format CAP=VAL, not CAP+VAL.
---
tests/capabs_raw01.at | 5 +++--
1 file changed, 3 insertions(+), 2 deleti