summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorMark Johannes <Mark.Johannes@OARcorp.com>1996-08-23 15:17:16 +0000
committerMark Johannes <Mark.Johannes@OARcorp.com>1996-08-23 15:17:16 +0000
commit257adbab17642ddc58b016b66116f27b3f5a8e67 (patch)
treeec5ff940453bb3bd2e8843f21dd173c97d08d8c5 /testsuites/psxtests
parentpthread_create: changed EINVAL for no more threads back to EAGAIN (diff)
downloadrtems-257adbab17642ddc58b016b66116f27b3f5a8e67.tar.bz2
Changed test 5 to test 10 at bottom
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/psx10/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx10/init.c b/testsuites/psxtests/psx10/init.c
index 30adadbe9a..b16d795fb7 100644
--- a/testsuites/psxtests/psx10/init.c
+++ b/testsuites/psxtests/psx10/init.c
@@ -299,7 +299,7 @@ void *POSIX_Init(
puts( "Init: sleep - switch to Task_3" );
sleep( 1 );
- puts( "*** END OF POSIX TEST 5 ***" );
+ puts( "*** END OF POSIX TEST 10 ***" );
exit( 0 );
return NULL; /* just so the compiler thinks we returned something */