From b285623ac2716d3adce9c444e3c9c2d5cf43dfbc Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 2 Jun 2020 16:30:43 +0200 Subject: Remove double space --- include/tests_filesystems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_filesystems b/include/tests_filesystems index aabdc2be..3ad603c5 100644 --- a/include/tests_filesystems +++ b/include/tests_filesystems @@ -236,7 +236,7 @@ # Description : Query all HAMMER PFS mounts from /etc/fstab Register --test-no FILE-6439 --os DragonFly --weight L --network NO --category security --description "Checking HAMMER PFS mounts" if [ ${SKIPTEST} -eq 0 ]; then - LogText "Test: Query /etc/fstab for available HAMMER PFS mount points" + LogText "Test: Query /etc/fstab for available HAMMER PFS mount points" FIND=$(${MOUNTBINARY} -p | ${AWKBINARY} '{ if ($3 == "null") { print $1":"$2":"$3":"$4":" }}') if [ -z "${FIND}" ]; then Display --indent 2 --text "- Querying HAMMER PFS mount points (mount -p)" --result "${STATUS_NONE}" --color WHITE -- cgit v1.2.3