From 05ea9f873d1e62c553242eb531d941c4ad06ae97 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 2 Jun 2020 16:34:35 +0200 Subject: [FILE-6330] corrected description --- include/tests_filesystems | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/tests_filesystems') diff --git a/include/tests_filesystems b/include/tests_filesystems index 3ad603c5..fe4ae167 100644 --- a/include/tests_filesystems +++ b/include/tests_filesystems @@ -212,10 +212,11 @@ ################################################################################# # # Test : FILE-6330 - # Description : Query all ZFS mounts from /etc/fstab + # Description : Query ZFS mounts + # Note : mount -p does not work under Linux Register --test-no FILE-6330 --os FreeBSD --weight L --network NO --category security --description "Checking ZFS file systems" if [ ${SKIPTEST} -eq 0 ]; then - LogText "Test: Query /etc/fstab for available ZFS mount points" + LogText "Test: Discover for available ZFS mount points" FIND=$(${MOUNTBINARY} -p | ${AWKBINARY} '{ if ($3 == "zfs") { print $1":"$2":"$3":"$4":" }}') if [ -z "${FIND}" ]; then Display --indent 2 --text "- Querying ZFS mount points (mount -p)" --result "${STATUS_NONE}" --color WHITE -- cgit v1.2.3