Module: sip-router
Branch: master
Commit: 2b6a11bc628c2579bf8b6fdece55e01afa3bc769
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2b6a11b…
Author: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Committer: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Date: Wed Oct 14 14:22:28 2009 +0300
Fixed path of ser exacutable in test(18.sh)
Improved cleaning of files(18.sh)
---
test/unit/18.sh | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/test/unit/18.sh b/test/unit/18.sh
index a93e7cc..0dd0c0f 100755
--- a/test/unit/18.sh
+++ b/test/unit/18.sh
@@ -34,7 +34,7 @@ CFG=18.cfg
echo -e "debug=3" > $CFG
# start:
-../$BIN -f ./$CFG -l 127.0.0.1 -n 0 -rR -v -E -d -T -N 0 -b 23 -m 42 -w ./ -u $(id -u)
-g $(id -g) -P ./pid.out -G ./pgid.out > /dev/null 2>&1
+$BIN -f ./$CFG -l 127.0.0.1 -n 0 -rR -v -E -d -T -N 0 -b 23 -m 42 -w ./ -u $(id -u) -g
$(id -g) -P ./pid.out -G ./pgid.out > /dev/null 2>&1
ret=$?
@@ -44,4 +44,7 @@ sleep 1
$KILL
rm $CFG
+rm -f ./pid.out
+rm -f ./pgid.out
+
exit $ret