summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx13
diff options
context:
space:
mode:
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");