[CRIU] [PATCH] zdtm: Make arch specific tests to have \Space at the end
Cyrill Gorcunov
gorcunov at openvz.org
Wed Jun 25 03:39:04 PDT 2014
Otherwise we might have a clash
| Execute zdtm/live/static/vdso01ns/static/pipe00
Reported-by: Andrey Vagin <avagin at openvz.org>
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
test/zdtm.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/test/zdtm.sh b/test/zdtm.sh
index 7e581924d476..6c5f19dab958 100755
--- a/test/zdtm.sh
+++ b/test/zdtm.sh
@@ -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
--
1.9.3
More information about the CRIU
mailing list