mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-30 08:07:56 -05:00
One of the files that are collected after each test is /etc/resolv.conf. In Fedora 33 this file is actually a symlink. `tar` does not follow symlinks by default which results in either a broken link in test artifacts or a symlink pointing to local file on the tests controller machine. Fixed by instructing `tar` to resolve the symlinks, so that actual file pointed by symlink is stored in test artifacts. Reviewed-By: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>