]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - rt/tst-mqueue10.c
rt: Set the correct message queue for tst-mqueue10
[thirdparty/glibc.git] / rt / tst-mqueue10.c
index 18795808e08c55ca8059eb4a1d05718e47b2a8db..0bf64d7957498f040cb05a3311122cf3a63f7c57 100644 (file)
@@ -25,7 +25,7 @@
 #include <support/temp_file.h>
 #include <unistd.h>
 
-static char name[sizeof "/tst-mqueue2-" + INT_BUFSIZE_BOUND (pid_t)];
+static char name[sizeof "/tst-mqueue10-" + INT_BUFSIZE_BOUND (pid_t)];
 
 static void
 do_cleanup (void)
@@ -37,7 +37,7 @@ do_cleanup (void)
 static int
 do_test (void)
 {
-  snprintf (name, sizeof (name), "/tst-mqueue2-%u", getpid ());
+  snprintf (name, sizeof (name), "/tst-mqueue10-%u", getpid ());
 
   char msg[8] = { 0x55 };