diff --git a/c/src/tests/psxtests/ChangeLog b/c/src/tests/psxtests/ChangeLog index fb6e8b30b1..e193c1436e 100644 --- a/c/src/tests/psxtests/ChangeLog +++ b/c/src/tests/psxtests/ChangeLog @@ -1,3 +1,8 @@ +2003-08-14 Joel Sherrill + + PR 408/filesystem + * psx13/test.c: Added very rudimentary test of sync() service. + 2003-08-11 Ralf Corsepius * configure.ac: Use rtems-bugs@rtems.com as bug report email address. diff --git a/c/src/tests/psxtests/psx13/test.c b/c/src/tests/psxtests/psx13/test.c index 72e4a40aa9..8284aaa4e3 100644 --- a/c/src/tests/psxtests/psx13/test.c +++ b/c/src/tests/psxtests/psx13/test.c @@ -665,9 +665,10 @@ int main( printf ("Success.\n"); else printf ("Failed!!!\n"); + + printf ("Testing sync()...... "); + sync(); } - - else printf ("\n\nError opening files for write!!!!\n"); diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index fb6e8b30b1..e193c1436e 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,8 @@ +2003-08-14 Joel Sherrill + + PR 408/filesystem + * psx13/test.c: Added very rudimentary test of sync() service. + 2003-08-11 Ralf Corsepius * configure.ac: Use rtems-bugs@rtems.com as bug report email address. diff --git a/testsuites/psxtests/psx13/test.c b/testsuites/psxtests/psx13/test.c index 72e4a40aa9..8284aaa4e3 100644 --- a/testsuites/psxtests/psx13/test.c +++ b/testsuites/psxtests/psx13/test.c @@ -665,9 +665,10 @@ int main( printf ("Success.\n"); else printf ("Failed!!!\n"); + + printf ("Testing sync()...... "); + sync(); } - - else printf ("\n\nError opening files for write!!!!\n");