summaryrefslogtreecommitdiffstats
path: root/tests/helpers
diff options
context:
space:
mode:
authorKarel Zak2015-04-24 14:47:49 +0200
committerKarel Zak2015-04-24 14:47:49 +0200
commitcfa4171a14d9fcea8e99feffd5bb6fba170b7307 (patch)
tree8b2a8392971e14dcbd760cbc8d22c1dc358a8ee9 /tests/helpers
parenttest_uuidd: don't exit on failed pthread_create() (diff)
downloadkernel-qcow2-util-linux-cfa4171a14d9fcea8e99feffd5bb6fba170b7307.tar.gz
kernel-qcow2-util-linux-cfa4171a14d9fcea8e99feffd5bb6fba170b7307.tar.xz
kernel-qcow2-util-linux-cfa4171a14d9fcea8e99feffd5bb6fba170b7307.zip
test_uuidd: don't exit on failed pthread_create()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/helpers')
-rw-r--r--tests/helpers/test_uuidd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helpers/test_uuidd.c b/tests/helpers/test_uuidd.c
index a9effdab0..e5169fc7c 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