From b4387313f711c010f5c3f7ad6a0843ae80ed661c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 28 Jan 2020 15:03:22 +0100 Subject: psxmsgq03: Adjust test case Commit e22554535796fc29a7ed7c5e2338128e324a621d changed the error status from ENOMEM to EAGAIN. Update #3857. --- testsuites/psxtests/psxmsgq03/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests') diff --git a/testsuites/psxtests/psxmsgq03/init.c b/testsuites/psxtests/psxmsgq03/init.c index 14644420c8..281d8b837e 100644 --- a/testsuites/psxtests/psxmsgq03/init.c +++ b/testsuites/psxtests/psxmsgq03/init.c @@ -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", -- cgit v1.2.3