psxmsgq03: Adjust test case

Commit e225545357 changed the error status
from ENOMEM to EAGAIN.

Update #3857.
This commit is contained in:
Sebastian Huber
2020-01-28 15:03:22 +01:00
parent e7a7e6cad6
commit b4387313f7

View File

@@ -95,7 +95,7 @@ void *POSIX_Init(
puts( "ERROR -- TSR DID NOT FIRE" ); puts( "ERROR -- TSR DID NOT FIRE" );
rtems_test_exit( 0 ); rtems_test_exit( 0 );
} }
if ( (tsr_status != -1) || (tsr_errno != ENOMEM) ) { if ( (tsr_status != -1) || (tsr_errno != EAGAIN) ) {
puts( "ERROR -- TSR DID NOT RETURN CORRECT STATUS" ); puts( "ERROR -- TSR DID NOT RETURN CORRECT STATUS" );
printf( printf(
"status=%d errno=%d --> %s\n", "status=%d errno=%d --> %s\n",