From 12d9b38288c2a41b5bc9e32c1d10bb4f0c102c3e Mon Sep 17 00:00:00 2001 From: squid-cache-object Date: Thu, 3 Sep 2015 14:14:02 -0700 Subject: [PATCH] Update tests_filesystems --- include/tests_filesystems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_filesystems b/include/tests_filesystems index e2c46e6c..8a26e4ac 100644 --- a/include/tests_filesystems +++ b/include/tests_filesystems @@ -297,7 +297,7 @@ Display --indent 2 --text "- Checking for old files in /tmp" --result OK --color GREEN logtext "Result: no files found in /tmp which are older than 3 months" else - Display --indent 2 --text "- Checking for old files in /tmp" --result WARNING --color RED + Display --indent 2 --text "- Checking for old files in /tmp" --result FOUND --color RED N=0 for I in ${FIND}; do FILE=`echo ${I} | sed 's/!space!/ /g'`