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.
This commit is contained in:
Chris Johns
2014-01-19 10:42:17 +11:00
parent d7f05338e3
commit 6e6fd513a7

View File

@@ -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);
}