[CRIU] [PATCH] zdtm: Make pty tests being non-ns

Cyrill Gorcunov gorcunov at openvz.org
Fri Sep 14 11:19:17 EDT 2012


Until I figure out how to make them work in ns.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 test/zdtm.sh |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/zdtm.sh b/test/zdtm.sh
index 9b51fd5..51e363d 100644
--- a/test/zdtm.sh
+++ b/test/zdtm.sh
@@ -54,10 +54,6 @@ static/fifo
 static/fifo_wronly
 static/zombie00
 transition/fork
-static/pty00
-static/pty01
-static/pty03
-static/pty04
 "
 # Duplicate list with ns/ prefix
 TEST_LIST=$TEST_LIST$(echo $TEST_LIST | tr ' ' '\n' | sed 's#^#ns/#')
@@ -67,6 +63,10 @@ TEST_LIST="$TEST_LIST
 static/file_fown
 static/socket-ext
 static/socket-tcp
+static/pty00
+static/pty01
+static/pty03
+static/pty04
 "
 
 MNT_TEST_LIST="
-- 
1.7.7.6



More information about the CRIU mailing list