From bf1e99f3cd321c0893b60393aa4472f3c6a7aa75 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 19 Sep 2018 13:23:27 +0200 Subject: [DBS-1882] added /usr/local/redis/etc path --- include/tests_databases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_databases b/include/tests_databases index 2ebf2972..370078b7 100644 --- a/include/tests_databases +++ b/include/tests_databases @@ -259,7 +259,7 @@ if [ ${REDIS_RUNNING} -eq 1 ]; then PREQS_METS="YES"; else PREQS_MET="NO"; SKIPREASON="Redis not running"; fi Register --test-no DBS-1882 --weight L --network NO --preqs-met "${PREQS_MET}" --skip-reason "${SKIPREASON}" --category security --description "Redis configuration file" if [ ${SKIPTEST} -eq 0 ]; then - PATHS="${ROOTDIR}etc/redis ${ROOTDIR}usr/local/etc/redis" + PATHS="${ROOTDIR}etc/redis ${ROOTDIR}usr/local/etc/redis ${ROOTDIR}usr/local/redis/etc" ALLFILES=$(${LSBINARY} ${ROOTDIR}etc/redis.conf 2> /dev/null) FOUND=0 for DIR in ${PATHS}; do -- cgit v1.2.3