Commit e0b39c5f authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

zdtm: Make pty tests being non-ns

Until I figure out how to make them work in ns.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 1d3e1ae6
...@@ -54,10 +54,6 @@ static/fifo ...@@ -54,10 +54,6 @@ static/fifo
static/fifo_wronly static/fifo_wronly
static/zombie00 static/zombie00
transition/fork transition/fork
static/pty00
static/pty01
static/pty03
static/pty04
" "
# Duplicate list with ns/ prefix # Duplicate list with ns/ prefix
TEST_LIST=$TEST_LIST$(echo $TEST_LIST | tr ' ' '\n' | sed 's#^#ns/#') TEST_LIST=$TEST_LIST$(echo $TEST_LIST | tr ' ' '\n' | sed 's#^#ns/#')
...@@ -67,6 +63,10 @@ TEST_LIST="$TEST_LIST ...@@ -67,6 +63,10 @@ TEST_LIST="$TEST_LIST
static/file_fown static/file_fown
static/socket-ext static/socket-ext
static/socket-tcp static/socket-tcp
static/pty00
static/pty01
static/pty03
static/pty04
" "
MNT_TEST_LIST=" MNT_TEST_LIST="
......
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