[CRIU] [PATCH cr] zdtm: fix adding test cases to the list
Andrey Vagin
avagin at openvz.org
Wed Jun 20 11:13:34 EDT 2012
bash returned the error : No such file or directory
and doesn't add three test cases to the list.
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
test/zdtm.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/zdtm.sh b/test/zdtm.sh
index 2f5cd3e..8cb3f0b 100644
--- a/test/zdtm.sh
+++ b/test/zdtm.sh
@@ -47,7 +47,7 @@ static/inotify00
TEST_LIST=$TEST_LIST$(echo $TEST_LIST | tr ' ' '\n' | sed 's#^#pidns/#')
# These ones are not in pidns
-TEST_LIST=$TEST_LIST "
+TEST_LIST="$TEST_LIST
static/zombie00
transition/fork
static/file_fown
--
1.7.1
More information about the CRIU
mailing list