Marius Zbihlei 16 år sedan
förälder
incheckning
6a20b59027
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 2 2
      test/unit/5.cfg
  2. 1 1
      test/unit/5.sh

+ 2 - 2
test/unit/5.cfg

@@ -60,12 +60,12 @@ port=5060
 ####### Modules Section ########
 
 #set module path
-mpath="../modules"
+mpath="../../modules_k"
 
 /* uncomment next line for MySQL DB support */
 #loadmodule "db_mysql.so"
+loadmodule "../../modules/tm/tm.so"
 loadmodule "sl/sl.so"
-loadmodule "tm/tm.so"
 loadmodule "rr/rr.so"
 loadmodule "pv/pv.so"
 loadmodule "maxfwd/maxfwd.so"

+ 1 - 1
test/unit/5.sh

@@ -32,7 +32,7 @@ fi ;
         
 
 # start
-../$BIN -w . -f $CFG &> /dev/null
+$BIN -w . -f $CFG &> /dev/null
 ret=$?
 
 sleep 1