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

zdtm: remove mentions of test_init

test_init was removed a long ago
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent e513535b
......@@ -133,7 +133,8 @@ $IPC_TEST_LIST
"
CRTOOLS=$(readlink -f `dirname $0`/../crtools)
TINIT=`pwd`/`dirname $0`/zdtm/lib/test_init
CPT_CRTOOLS=$CRTOOLS
TMP_TREE=""
test -x $CRTOOLS || {
echo "$CRTOOLS is unavailable"
......
......@@ -15,10 +15,8 @@ install: all
$(LIB): $(LIB)(${LIBOBJ})
test_init: test_init.c
clean:
$(RM) $(LIBOBJ) $(LIB) test_init *~
$(RM) $(LIBOBJ) $(LIB) *~
cleandep:
$(RM) $(LIBDEP)
......
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