فهرست منبع

- make test a little bit more relaxed

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4810 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 17 سال پیش
والد
کامیت
73af9d8714
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      test/unit/36.sh

+ 2 - 2
test/unit/36.sh

@@ -33,10 +33,10 @@ cp $CFG $CFG.bak
 
 
 echo "loadmodule \"db_mysql/db_mysql.so\"" >> $CFG
 echo "loadmodule \"db_mysql/db_mysql.so\"" >> $CFG
 
 
-# 1778 contacts should fit into 1 MB of PKG memory
+# 1768 contacts should fit into 1 MB of PKG memory
 ../$BIN -V | grep "PKG_MALLOC" > /dev/null
 ../$BIN -V | grep "PKG_MALLOC" > /dev/null
 if [ $? -eq 0 ]; then
 if [ $? -eq 0 ]; then
-	NR=1778
+	NR=1768
 else
 else
 	NR=2778
 	NR=2778
 fi;
 fi;