summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-20 17:15:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-20 17:15:14 +0000
commit4783238f5a4a54fca85952fca10a1549b1f39aad (patch)
tree6fe2b4c523aa6b6881febb8f5429d7f8c321f15e /testsuites
parent2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-4783238f5a4a54fca85952fca10a1549b1f39aad.tar.bz2
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* block08/init.c: Remove warning.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/ChangeLog4
-rw-r--r--testsuites/libtests/block08/init.c3
2 files changed, 5 insertions, 2 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index fa51ce08a0..6229b1758a 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,5 +1,9 @@
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * block08/init.c: Remove warning.
+
+2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* block08/block08.scn, block08/init.c: Add starting and ending messages
so the scripts detect successful exit.
diff --git a/testsuites/libtests/block08/init.c b/testsuites/libtests/block08/init.c
index 4077aab7e0..157b7716bd 100644
--- a/testsuites/libtests/block08/init.c
+++ b/testsuites/libtests/block08/init.c
@@ -24,11 +24,10 @@
rtems_task Init(rtems_task_argument argument)
{
- rtems_status_code status;
-
puts( "\n\n*** TEST BLOCK 8 ***" );
run_bdbuf_tests();
puts( "*** END OF TEST BLOCK 8 ***" );
+
exit(0);
}