From 5faad36f974366ca1878c68fbaa85d91600d4a64 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jun 2020 10:34:36 +0200 Subject: psxtmtests: Fix test names Tests PSXTMCOND 08, 09, and 10 had the same test name. --- testsuites/psxtmtests/psxtmcond08/psxtmcond08impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -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); -- cgit v1.2.3