forked from Imagelibrary/rtems
psxmsgq03: Adjust test case
Commit e225545357 changed the error status
from ENOMEM to EAGAIN.
Update #3857.
This commit is contained in:
@@ -95,7 +95,7 @@ void *POSIX_Init(
|
||||
puts( "ERROR -- TSR DID NOT FIRE" );
|
||||
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" );
|
||||
printf(
|
||||
"status=%d errno=%d --> %s\n",
|
||||
|
||||
Reference in New Issue
Block a user