From 1764db0fa1ecd771678c41cde30ea95a47bff46b Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Wed, 25 Jun 2014 16:49:16 +0400 Subject: [PATCH] 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 Signed-off-by: Cyrill Gorcunov Acked-by: Andrew Vagin Signed-off-by: Pavel Emelyanov --- test/zdtm.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/zdtm.sh b/test/zdtm.sh index 7e581924d..6c5f19dab 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