Fixed path to test executable.

git-svn-id: http://voip.null.ro/svn/yate@2683 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-06-04 14:01:44 +00:00
parent 00a1093743
commit 3740511825
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
exefile="yate-ss7test"
if [ -x "$exefile" -a -x ../../run ]; then
cd ../..; exec ./run --executable "contrib/yss7/$exefile" "$@"
cd ../..; exec ./run --executable "libs/ysig/$exefile" "$@"
else
echo "Could not find '$exefile' executable or run script" >&2
fi