summaryrefslogtreecommitdiff
path: root/testsuites/psxtests/psxmsgq03/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxmsgq03/init.c')
-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",