2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 05:48:05 +00:00

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: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Acked-by: Andrew Vagin <avagin@gmail.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov 2014-06-25 16:49:16 +04:00 committed by Pavel Emelyanov
parent 8b58c98086
commit 1764db0fa1

View File

@ -123,7 +123,9 @@ static/dumpable02
#
# Arch specific tests
if [ $ARCH = "x86_64" ]; then
TEST_LIST_ARCH="static/vdso01"
TEST_LIST_ARCH="
static/vdso01
"
fi
TEST_LIST=$TEST_LIST$TEST_LIST_ARCH