Module: sip-router Branch: master Commit: cfc6d928c5c7c80fcbbc24db48e64b389ce1afdb URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cfc6d928...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Sep 30 17:37:23 2014 +0200
test/unit: 1.sh updated to work with latest kamailio
---
test/unit/1.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/unit/1.sh b/test/unit/1.sh index f44fd4e..3556392 100755 --- a/test/unit/1.sh +++ b/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 \ No newline at end of file +exit $ret