summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuites/psxtmtests/psxtmcond08/psxtmcond08impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtmtests/psxtmcond08/psxtmcond08impl.h b/testsuites/psxtmtests/psxtmcond08/psxtmcond08impl.h
index 7faffe1246..15664d5d6d 100644
--- a/testsuites/psxtmtests/psxtmcond08/psxtmcond08impl.h
+++ b/testsuites/psxtmtests/psxtmcond08/psxtmcond08impl.h
@@ -40,7 +40,7 @@
#include <pthread.h>
-const char rtems_test_name[] = "PSXTMCOND 08";
+const char rtems_test_name[] = "PSXTMCOND " TEST_NUMBER;
/* forward declarations to avoid warnings */
void *POSIX_Init(void *argument);