summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-01 13:28:30 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-01 13:28:30 +0200
commit5cb5342c496ed8538f7e79748bef3240c375e7f4 (patch)
tree1513bfd34cc84c75cac7b2ea934da9c20f71444e
parentlibtests/capture01: Force error if SMP enabled (diff)
downloadrtems-5cb5342c496ed8538f7e79748bef3240c375e7f4.tar.bz2
libtests/capture01: Fix test name
-rw-r--r--testsuites/libtests/capture01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/capture01/init.c b/testsuites/libtests/capture01/init.c
index 5921181210..21895b9a1f 100644
--- a/testsuites/libtests/capture01/init.c
+++ b/testsuites/libtests/capture01/init.c
@@ -31,7 +31,7 @@
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);
-const char rtems_test_name[] = "CAPTURE ENGINE";
+const char rtems_test_name[] = "CAPTURE 1";
static void cwlist(void);
static void ctrace(void);