X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0d5bff91a33dc190351adc0010f8218c81423799..719325d30f713accc04c83c6951ff2a6bfcf33e0:/functest/test_admins.sh

diff --git a/functest/test_admins.sh b/functest/test_admins.sh
index dae254ba..9f819147 100755
--- a/functest/test_admins.sh
+++ b/functest/test_admins.sh
@@ -4,11 +4,11 @@ source `dirname $0`/functions
 
 BASEPATH=$1
 
-SGCONFPATH="$BASEPATH/stg/projects/sgconf"
+SGCONFPATH="$BASEPATH/stg/build/projects/sgconf"
 
 printf "Check initial admin list... "
 
-RES=`"$SGCONFPATH/sgconf" -s localhost -p 5555 -u admin -w 123456 --get-admins`
+RES=`"$SGCONFPATH/sgconf" -s 127.0.0.1 -p 5555 -u admin -w 123456 --get-admins`
 
 if [ "$?" != "0" ]
 then