Fix path to common.sh when tests run from another directory

This commit is contained in:
Mike Miller
2013-07-21 00:16:09 -04:00
committed by Nikos Mavrogiannopoulos
parent 9d4bea82dd
commit fc56105126
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
SERV="${SERV:-../src/ocserv}"
. ./common.sh
. `dirname $0`/common.sh
echo "Testing local backend with username-password..."