tests: docker-common includes common.sh

This commit is contained in:
Nikos Mavrogiannopoulos
2015-03-31 10:14:19 +02:00
parent 0967f05f8d
commit e09eac37cb

View File

@@ -4,6 +4,8 @@ else
DOCKER=/usr/bin/docker.io
fi
. ./common.sh
if test -x /usr/bin/lockfile-create;then
LOCKFILE="lockfile-create docker"
UNLOCKFILE="lockfile-remove docker"