From cfa4171a14d9fcea8e99feffd5bb6fba170b7307 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 24 Apr 2015 14:47:49 +0200 Subject: [PATCH] test_uuidd: don't exit on failed pthread_create() Signed-off-by: Karel Zak --- tests/helpers/test_uuidd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers/test_uuidd.c b/tests/helpers/test_uuidd.c index a9effdab02..e5169fc7cd 100644 --- a/tests/helpers/test_uuidd.c +++ b/tests/helpers/test_uuidd.c @@ -307,7 +307,7 @@ int main(int argc, char *argv[]) remove_segment(shmem_id, objects); if (nignored) - printf("%zu objects ignored (probably problem to create processes/threads\n", nignored); + printf("%zu objects ignored\n", nignored); if (!nfailed) printf("test successful (no duplicate UUIDs found)\n"); else -- 2.47.3