summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxualarm/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxualarm/init.c')
-rw-r--r--testsuites/psxtests/psxualarm/init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtests/psxualarm/init.c b/testsuites/psxtests/psxualarm/init.c
index 82a4d8d251..4277a90bbb 100644
--- a/testsuites/psxtests/psxualarm/init.c
+++ b/testsuites/psxtests/psxualarm/init.c
@@ -79,12 +79,12 @@ void *POSIX_Init(
/* unblock Signal and see if it happened */
status = sigemptyset( &mask );
- rtems_test_assert( !status );
+ rtems_test_assert( !status );
status = sigaddset( &mask, SIGALRM );
- rtems_test_assert( !status );
+ rtems_test_assert( !status );
puts( "Init: Unblock SIGALRM" );
status = sigprocmask( SIG_UNBLOCK, &mask, NULL );
- rtems_test_assert( !status );
+ rtems_test_assert( !status );
status = sleep(10);
/* stop ularm */