summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/psx08/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx08/init.c b/testsuites/psxtests/psx08/init.c
index 392c2522fc..f4af45b5a4 100644
--- a/testsuites/psxtests/psx08/init.c
+++ b/testsuites/psxtests/psx08/init.c
@@ -146,7 +146,7 @@ static void test_delete_deadlock( void )
value = NULL;
eno = pthread_join( ctx.protected_join, &value );
rtems_test_assert( eno == 0 );
- rtems_test_assert( value == NULL );
+ rtems_test_assert( value == PTHREAD_CANCELED );
rtems_test_assert( ctx.delete_status == RTEMS_INCORRECT_STATE );
}