Module: sip-router Branch: master Commit: ce1aa3f87ab8245f0fe21f3b392ad8fc111a5aa5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ce1aa3f8...
Author: Marius Zbihlei marius.zbihlei@1and1.ro Committer: Marius Zbihlei marius.zbihlei@1and1.ro Date: Thu Oct 22 15:13:03 2009 +0300
Fixed test 33
---
test/unit/33.cfg | 2 +- test/unit/33.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/test/unit/33.cfg b/test/unit/33.cfg index 20b9826..c498a66 100644 --- a/test/unit/33.cfg +++ b/test/unit/33.cfg @@ -1,6 +1,6 @@ debug=3 memlog=2 -mpath="../modules/" +mpath="../../modules_k/" loadmodule "cfgutils.so" loadmodule "pv.so" loadmodule "xlog.so" diff --git a/test/unit/33.sh b/test/unit/33.sh index cb461d1..8526c86 100755 --- a/test/unit/33.sh +++ b/test/unit/33.sh @@ -35,19 +35,19 @@ CFG=33.cfg
cp $CFG $CFG.bak
-../$BIN -w . -f $CFG > /dev/null +$BIN -w . -f $CFG > /dev/null ret=$?
sleep 1
if [ $ret -eq 0 ] ; then - ../scripts/$CTL fifo check_config_hash |grep "The actual config file hash is identical to the stored one." > /dev/null + $CTL fifo check_config_hash |grep "The actual config file hash is identical to the stored one." > /dev/null ret=$? fi;
echo " " >> $CFG if [ $ret -eq 0 ] ; then - ../scripts/$CTL fifo check_config_hash |grep "The actual config file hash is identical to the stored one." /dev/null + $CTL fifo check_config_hash |grep "The actual config file hash is identical to the stored one." /dev/null ret=$? fi;