summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp12/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp12/init.c')
-rw-r--r--testsuites/sptests/sp12/init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuites/sptests/sp12/init.c b/testsuites/sptests/sp12/init.c
index 7f4dba6baf..789f7e3249 100644
--- a/testsuites/sptests/sp12/init.c
+++ b/testsuites/sptests/sp12/init.c
@@ -85,8 +85,6 @@ rtems_task Init(
puts( "INIT - Backward priority queue test" );
Priority_test_driver( (RTEMS_MAXIMUM_PRIORITY / 2u) + 1u );
-rtems_test_pause();
-
puts( "INIT - Binary Semaphore and Priority Inheritance Test" );
status = rtems_semaphore_delete( Semaphore_id[ 2 ] );
@@ -121,8 +119,6 @@ rtems_test_pause();
Priority_test_driver( PRIORITY_INHERIT_BASE_PRIORITY );
-rtems_test_pause();
-
status = rtems_semaphore_delete( Semaphore_id[ 2 ] );
directive_failed( status, "rtems_semaphore_delete of SM2 #3" );