PROC-3802 Only check for prelink package on Linux

The prelink package is Linux specific no need to check for it on
non-Linux systems.
This commit is contained in:
Brian Ginsbach 2020-03-29 16:19:25 -05:00
parent 603d5b16a2
commit f13d919dfa
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 --weight L --network NO --category security --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"
if [ ${SKIPTEST} -eq 0 ]; then
if PackageIsInstalled "prelink"; then
LogText "Result: prelink packages is installed"