summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxmsgq03
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-01-28 15:03:22 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-01-28 15:09:58 +0100
commitb4387313f711c010f5c3f7ad6a0843ae80ed661c (patch)
tree50b4d1124d04b188c964393dc3d6da725a096b07 /testsuites/psxtests/psxmsgq03
parentsmptests/smpmulticast01: Fix test configuration (diff)
downloadrtems-b4387313f711c010f5c3f7ad6a0843ae80ed661c.tar.bz2
psxmsgq03: Adjust test case
Commit e22554535796fc29a7ed7c5e2338128e324a621d changed the error status from ENOMEM to EAGAIN. Update #3857.
Diffstat (limited to 'testsuites/psxtests/psxmsgq03')
-rw-r--r--testsuites/psxtests/psxmsgq03/init.c2
1 files changed, 1 insertions, 1 deletions
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",