From 6ec3e5b39d2690dc9869e3708623a22d569fca3a Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 8 Mar 2016 11:35:15 +0100 Subject: Added suggestion for file systems which are symlinked --- include/tests_filesystems | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/tests_filesystems b/include/tests_filesystems index caee554c..9d08b9c5 100644 --- a/include/tests_filesystems +++ b/include/tests_filesystems @@ -38,7 +38,9 @@ for I in ${SEPARATED_FILESYTEMS}; do LogText "Test: Checking if ${I} is mounted separately or mounted on / file system" if [ -L ${I} ]; then - LogText "Result: ${I} is a symlink. Manual check required to determine exact file system" + ShowSymlinkPath ${I} + LogText "Result: ${I} is a symlink. Manual check required to determine exact file system options" + ReportSuggestion ${TEST_NO} "Symlinked mount point needs to be checked manually" "${I}" "" Display --indent 4 --text "- Checking ${I} mount point" --result SYMLINK --color WHITE elif [ -d ${I} ]; then LogText "Result: directory ${I} exists" -- cgit v1.2.3