Pass information about locate prereqs to Register.

Prevent the locate test from running spuriously when locate is not
present
This commit is contained in:
Aneesh Agrawal 2015-04-27 03:31:43 -04:00
parent 474d69dfd6
commit bfd24585cf
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@
# or /var/cache/locate/locatedb
# FreeBSD /var/db/locate.database
if [ ! "${LOCATEBINARY}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
Register --test-no FILE-6410 --os Linux --weight L --network NO --description "Checking Locate database"
Register --test-no FILE-6410 --preqs-met ${PREQS_MET} --os Linux --weight L --network NO --description "Checking Locate database"
if [ ${SKIPTEST} -eq 0 ]; then
logtext "Test: Checking locate database"
FOUND=0