summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx02/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx02/task.c')
-rw-r--r--testsuites/psxtests/psx02/task.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psx02/task.c b/testsuites/psxtests/psx02/task.c
index 84a6fbc735..13487ee1d3 100644
--- a/testsuites/psxtests/psx02/task.c
+++ b/testsuites/psxtests/psx02/task.c
@@ -32,10 +32,10 @@ void *Task_1_through_3(
for ( i=0 ; i<5 ; i++ ) {
print_current_time( "Task1: ", "" );
status = pthread_kill( Init_id, SIGUSR1 );
- rtems_test_assert( !status );
+ rtems_test_assert( !status );
seconds = sleep( 1 );
- rtems_test_assert( !seconds );
+ rtems_test_assert( !seconds );
}
puts( "*** END OF POSIX TEST 2 ***" );
rtems_test_exit( 0 );