summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-01-19 10:42:17 +1100
committerChris Johns <chrisj@rtems.org>2014-01-19 10:42:17 +1100
commit6e6fd513a732da65fefecd3dad98fbdd43aa4acf (patch)
tree4d575643a08a8e5611767aa6c0439f220eea72e8
parentlibbsp sh: Add Doxygen file header to coverhd.h (diff)
downloadrtems-6e6fd513a732da65fefecd3dad98fbdd43aa4acf.tar.bz2
testsuite/psx13: Add linefeed to end of test message.
The lack of a line feed means the output from the test runs into the MI protocol on GDB as the broken simulator output currently is not passing through gdb's MI protocol layer.
-rw-r--r--testsuites/psxtests/psx13/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psx13/test.c b/testsuites/psxtests/psx13/test.c
index d0d651d47a..5158aa3738 100644
--- a/testsuites/psxtests/psx13/test.c
+++ b/testsuites/psxtests/psx13/test.c
@@ -572,7 +572,7 @@ int FPathConfTest (void)
close(fd);
fd = open("testfile1.tst", O_WRONLY);
-
+
error = fpathconf(fd, _PC_LINK_MAX);
retval = TRUE;
@@ -718,6 +718,6 @@ int main(
else
printf ("\n\nError opening files for write!!!!\n");
- printf( "\n\n*** END OF TEST PSX13 ***" );
+ printf( "\n\n*** END OF TEST PSX13 ***\n" );
rtems_test_exit(0);
}