Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2020-06-02 17:30:43 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2020-06-02 17:30:43 +0300
commitb285623ac2716d3adce9c444e3c9c2d5cf43dfbc (patch)
tree89655c414843e6e5df77c6a7bb0c62f1e59d4ccb /include/tests_filesystems
parent9fdfc062dd17820114c2721f211f2c0f36bf5494 (diff)
Remove double space
Diffstat (limited to 'include/tests_filesystems')
-rw-r--r--include/tests_filesystems2
1 files changed, 1 insertions, 1 deletions
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