Commit 1764db0f authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

zdtm: Make arch specific tests to have \Space at the end

Otherwise we might have a clash

| Execute zdtm/live/static/vdso01ns/static/pipe00
Reported-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: 's avatarAndrew Vagin <avagin@gmail.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 8b58c980
...@@ -123,7 +123,9 @@ static/dumpable02 ...@@ -123,7 +123,9 @@ static/dumpable02
# #
# Arch specific tests # Arch specific tests
if [ $ARCH = "x86_64" ]; then if [ $ARCH = "x86_64" ]; then
TEST_LIST_ARCH="static/vdso01" TEST_LIST_ARCH="
static/vdso01
"
fi fi
TEST_LIST=$TEST_LIST$TEST_LIST_ARCH TEST_LIST=$TEST_LIST$TEST_LIST_ARCH
......
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