kiwi-el8/test/unit/repository
David Cassany a6f56179b7
Fix compat link for rpmdb location
This commit fixes the symlink creation for `/var/lib/rpm`. More specific
for derived container images in which the base root tree already
included the `/var/lib/rpm` the link, the `ln` command was creating a
symlink inside the `/var/lib/rpm` folder givent that it was following
the already existing symlink. Adding the `--no-target-directory` force
`ln` command to treat `/var/lib/rpm` path as the fully qualified symlink name.

Fixes bsc#1176977
2020-09-29 13:37:13 +02:00
..
template Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
apt_test.py Fixed apt and pacman repository unit tests 2020-05-26 11:48:15 +02:00
base_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
dnf_test.py Disable RPM module content validation and filtering when building in OBS 2020-01-29 09:43:17 -05:00
init_test.py Adding support for Pacman package manager 2020-05-03 16:18:02 +02:00
pacman_test.py Fixed apt and pacman repository unit tests 2020-05-26 11:48:15 +02:00
zypper_test.py Fix compat link for rpmdb location 2020-09-29 13:37:13 +02:00