Commit e513535b authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

zdtm.sh: fix absolute path to crtools

zdtm.sh launched by an absolute path exits with an error due to
an incorrect path to crtools
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 24887c6e
......@@ -132,7 +132,7 @@ static/inotify00
$IPC_TEST_LIST
"
CRTOOLS=`pwd`/`dirname $0`/../crtools
CRTOOLS=$(readlink -f `dirname $0`/../crtools)
TINIT=`pwd`/`dirname $0`/zdtm/lib/test_init
test -x $CRTOOLS || {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment