[CRIU] [PATCH 2/5] zdtm: remove mentions of test_init
Andrey Vagin
avagin at openvz.org
Fri Jan 11 14:56:21 EST 2013
test_init was removed a long ago
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
test/zdtm.sh | 3 ++-
test/zdtm/lib/Makefile | 4 +---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/test/zdtm.sh b/test/zdtm.sh
index eb84fcc..af8bc1a 100644
--- a/test/zdtm.sh
+++ b/test/zdtm.sh
@@ -132,7 +132,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"
diff --git a/test/zdtm/lib/Makefile b/test/zdtm/lib/Makefile
index 87aa356..52dba16 100644
--- a/test/zdtm/lib/Makefile
+++ b/test/zdtm/lib/Makefile
@@ -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)
--
1.7.11.7
More information about the CRIU
mailing list