Ver Fonte

test/unit: 1.sh updated to work with latest kamailio

Daniel-Constantin Mierla há 11 anos atrás
pai
commit
cfc6d928c5
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      test/unit/1.sh

+ 2 - 2
test/unit/1.sh

@@ -24,7 +24,7 @@ source include/common
 CFG=1.cfg
 CFG=1.cfg
 
 
 # setup config
 # setup config
-echo -e "debug=2" > $CFG
+echo -e "debug=2\nrequest_route {\n ; \n}" > $CFG
 
 
 $BIN -w . -f $CFG > /dev/null
 $BIN -w . -f $CFG > /dev/null
 ret=$?
 ret=$?
@@ -34,4 +34,4 @@ $KILL
 
 
 rm -f $CFG
 rm -f $CFG
 
 
-exit $ret
+exit $ret