summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx13/test.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-08-14 20:26:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-08-14 20:26:09 +0000
commitd216fca7ef1bf4d9ab656c0c46f99d135624a14e (patch)
treeb65f2aca143f1ba3ca3bf9cd33e5f58bedee638f /testsuites/psxtests/psx13/test.c
parent2003-08-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d216fca7ef1bf4d9ab656c0c46f99d135624a14e.tar.bz2
2003-08-14 Joel Sherrill <joel@OARcorp.com>
PR 408/filesystem * psx13/test.c: Added very rudimentary test of sync() service.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psx13/test.c5
1 files changed, 3 insertions, 2 deletions
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");