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

zdtm: fix adding test cases to the list

bash returned the error : No such file or directory
and doesn't add three test cases to the list.
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 60bd133e
...@@ -47,7 +47,7 @@ static/inotify00 ...@@ -47,7 +47,7 @@ static/inotify00
TEST_LIST=$TEST_LIST$(echo $TEST_LIST | tr ' ' '\n' | sed 's#^#pidns/#') TEST_LIST=$TEST_LIST$(echo $TEST_LIST | tr ' ' '\n' | sed 's#^#pidns/#')
# These ones are not in pidns # These ones are not in pidns
TEST_LIST=$TEST_LIST " TEST_LIST="$TEST_LIST
static/zombie00 static/zombie00
transition/fork transition/fork
static/file_fown static/file_fown
......
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