summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx04/task2.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx04/task2.c')
-rw-r--r--testsuites/psxtests/psx04/task2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx04/task2.c b/testsuites/psxtests/psx04/task2.c
index 38af348d48..189d71bd68 100644
--- a/testsuites/psxtests/psx04/task2.c
+++ b/testsuites/psxtests/psx04/task2.c
@@ -28,7 +28,7 @@ void *Task_2(
printf( "Task_2: sending SIGUSR1\n" );
status = pthread_kill( Init_id, SIGUSR1 );
- rtems_test_assert( !status );
+ rtems_test_assert( !status );
/* switch to Init */