selinux/kernel/mount-options-memleak
Ondrej Mosnacek 9e9a717326
kernel/...: fix --skip-broken detection for DNF5
The detection of this flag is broken with DNF5, because it now only
appears under `dnf install --help`. Also, DNF5 now implements the logic
we want (skipping packages that are not available, rather than "broken")
under a new --skip-unavailable flag.

Therefore, detect both using `dnf install --help` and also check for
--skip-unavailable first.

Without this fix the tests try to install each package one by one with
DNF5, which is suboptimal.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
2024-06-07 09:58:36 +02:00
..
main.fmf Add a test for memory leak when SELinux mount options are used 2023-05-16 13:54:25 +00:00
runtest.sh kernel/...: fix --skip-broken detection for DNF5 2024-06-07 09:58:36 +02:00