summaryrefslogtreecommitdiff
path: root/testsuites/psxtests/psx13
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 /testsuites/psxtests/psx13
parentd7f05338e33ffcb8d330edf0e2e1b3fc644da0aa (diff)
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.
Diffstat (limited to 'testsuites/psxtests/psx13')
-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);
}