浏览代码

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

Daniel-Constantin Mierla 11 年之前
父节点
当前提交
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