summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-23 10:34:36 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-23 10:34:57 +0200
commit5faad36f974366ca1878c68fbaa85d91600d4a64 (patch)
tree2dfe8180d4e64cd72da51c8ab2f72667755e154d
parentrtems: Remove RTEMS_MP_NOT_CONFIGURED error (diff)
downloadrtems-5faad36f974366ca1878c68fbaa85d91600d4a64.tar.bz2
psxtmtests: Fix test names
Tests PSXTMCOND 08, 09, and 10 had the same test name.
-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);