diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index a8e22cd71c..ff20e179e3 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,7 @@ +2011-01-02 Joel Sherrill + + * psx05/init.c: Spacing. + 2010-11-01 Alin Rus * psxaio01/init.c, psxaio02/init.c: Improve coverage. 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, × ); if ( status != ETIMEDOUT ) printf( "status = %d\n", status ); - rtems_test_assert( status == ETIMEDOUT ); + rtems_test_assert( status == ETIMEDOUT ); /* switch to idle */