summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx13/test.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-05 20:51:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-05 20:51:45 +0000
commit54a5ee75d4b3badb2b013f68d905e735b568e1b4 (patch)
tree6f13769e79c82041c7bc502e72528a17cdd39a54 /testsuites/psxtests/psx13/test.c
parentpatch from Eric Norum <eric@cls.usask.ca> as follows: (diff)
downloadrtems-54a5ee75d4b3badb2b013f68d905e735b568e1b4.tar.bz2
Corrected so header message is printed.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psx13/test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx13/test.c b/testsuites/psxtests/psx13/test.c
index 65173f79ac..6e4de0de8c 100644
--- a/testsuites/psxtests/psx13/test.c
+++ b/testsuites/psxtests/psx13/test.c
@@ -598,6 +598,8 @@ int main(
)
#endif
{
+ puts( "*** POSIX TEST 13 ***" );
+
if (InitFiles() == TRUE) {
printf ("\nFiles initialized successfully.\n");