Don't show umask exception, as it will trigger on Debian 8

This commit is contained in:
mboelen 2016-03-17 20:54:28 +01:00
parent a427eb6fa7
commit b9dba2f3be
1 changed files with 3 additions and 5 deletions

View File

@ -914,11 +914,9 @@
AddHP 0 2
fi
else
LogText "Result: found no umask. Please check if this is correct"
Display --indent 4 --text "- Checking umask (/etc/profile)" --result "NOT FOUND" --color YELLOW
ReportException "${TEST_NO}:01"
ReportManual "AUTH-9328:01"
AddHP 0 2
# Some operating systems don't have a default umask defined in /etc/profile (Debian)
LogText "Result: found no umask. Please check if this is correct"
Display --indent 4 --text "- Checking umask (/etc/profile)" --result "NOT FOUND" --color YELLOW
fi
else
LogText "Result: file /etc/profile does not exist"