2
0
Эх сурвалжийг харах

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

Daniel-Constantin Mierla 11 жил өмнө
parent
commit
cfc6d928c5
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      test/unit/1.sh

+ 2 - 2
test/unit/1.sh

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