From: Ben Crocker <bcrocker@xxxxxxxxxx> Use test -x instead of dnf to test for presence of rpminspect. Signed-off-by: Ben Crocker <bcrocker@xxxxxxxxxx> --- redhat/self-test/1003-rpminspect.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/self-test/1003-rpminspect.bats b/redhat/self-test/1003-rpminspect.bats index 0bda8e52000c..3dcf7f1ecc78 100644 --- a/redhat/self-test/1003-rpminspect.bats +++ b/redhat/self-test/1003-rpminspect.bats @@ -5,7 +5,7 @@ } @test "rpminspect" { - if ! dnf list installed rpminspect >& /dev/null + if ! test -x /usr/bin/rpminspect >& /dev/null then skip "The rpminspect package is not installed" fi -- GitLab _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx