]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
test_uuidd: don't exit on failed pthread_create()
authorKarel Zak <kzak@redhat.com>
Fri, 24 Apr 2015 12:47:49 +0000 (14:47 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Apr 2015 12:47:49 +0000 (14:47 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/helpers/test_uuidd.c

index a9effdab0205d8223ec53e61c35e723a7b0bef15..e5169fc7cd179ee156f62c00fa50d0c7ab25129c 100644 (file)
@@ -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