From 5dfb031e4d807a930898ba950aabf2d1cfc998e0 Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 24 Sep 2015 21:26:55 +0200 Subject: [PATCH] Removed bracket --- include/tests_authentication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_authentication b/include/tests_authentication index 7a9b4196..e69f3aaa 100644 --- a/include/tests_authentication +++ b/include/tests_authentication @@ -238,7 +238,7 @@ if [ ${SKIPTEST} -eq 0 ]; then logtext "Test: Checking password file consistency (pwck)" TESTED=0 - case ${OS} in) + case ${OS} in "Linux") FIND=`/usr/sbin/pwck -q -r 2> /dev/null; echo $?` TESTED=1