[sr-dev] git:master: test/unit/24.sh: Fixed path to kamdbctl script

Marius Zbihlei marius.zbihlei at 1and1.ro
Mon Jan 18 13:28:21 CET 2010


Module: sip-router
Branch: master
Commit: 98bb3bbdd33d1e8faa4d636d3ad76aff2552693e
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=98bb3bbdd33d1e8faa4d636d3ad76aff2552693e

Author: Marius Zbihlei <marius.zbihlei at 1and1.ro>
Committer: Marius Zbihlei <marius.zbihlei at 1and1.ro>
Date:   Mon Jan 18 14:26:01 2010 +0200

test/unit/24.sh: Fixed path to kamdbctl script

---

 test/unit/24.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/unit/24.sh b/test/unit/24.sh
index c55ad59..325c3df 100755
--- a/test/unit/24.sh
+++ b/test/unit/24.sh
@@ -31,7 +31,7 @@ fi ;
 
 tmp_name=""$RANDOM"_kamailiodb_tmp"
 
-cd ../scripts
+cd ../../utils/kamctl/
 
 # setup config file
 cp $CTLRC $CTLRC.bak
@@ -54,5 +54,5 @@ fi ;
 mv $CTLRC.bak $CTLRC
 mv $DBCTL.bak $DBCTL
 
-cd ../test
+cd -
 exit $ret
\ No newline at end of file




More information about the sr-dev mailing list