[AUTH-9254] Only let root use this test, due to permissions

This commit is contained in:
Michael Boelen 2016-07-05 12:10:32 +02:00
parent c181a5745f
commit 72ca2b926d
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@
#
# Test : AUTH-9254
# Description : Solaris test to check passwordless accounts
Register --test-no AUTH-9254 --os Solaris --weight L --network NO --description "Solaris passwordless accounts"
Register --test-no AUTH-9254 --os Solaris --weight L --network NO --root-only YES --description "Solaris passwordless accounts"
if [ ${SKIPTEST} -eq 0 ]; then
FIND=`logins -p | awk '{ print $1 }'`
if [ "${FIND}" = "" ]; then