summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx05
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx05')
-rw-r--r--testsuites/psxtests/psx05/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx05/init.c b/testsuites/psxtests/psx05/init.c
index 70e2187828..4afe734bb1 100644
--- a/testsuites/psxtests/psx05/init.c
+++ b/testsuites/psxtests/psx05/init.c
@@ -432,7 +432,7 @@ void *POSIX_Init(
status = pthread_mutex_timedlock( &Mutex_id, &times );
if ( status != ETIMEDOUT )
printf( "status = %d\n", status );
- rtems_test_assert( status == ETIMEDOUT );
+ rtems_test_assert( status == ETIMEDOUT );
/* switch to idle */