[PROC-3802] added package manager routine as dependency

This commit is contained in:
Michael Boelen 2020-04-07 10:53:39 +02:00
parent c368846a08
commit be75a089a7
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
#
# Test : PROC-3802
# Description : Check presence of prelink tooling
Register --test-no PROC-3802 --os Linux --weight L --network NO --category security --description "Check presence of prelink tooling"
Register --test-no PROC-3802 --package-manager-required --os Linux --weight L --network NO --category security --description "Check presence of prelink tooling"
if [ ${SKIPTEST} -eq 0 ]; then
if PackageIsInstalled "prelink"; then
LogText "Result: prelink packages is installed"