From d216fca7ef1bf4d9ab656c0c46f99d135624a14e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 14 Aug 2003 20:26:09 +0000 Subject: 2003-08-14 Joel Sherrill PR 408/filesystem * psx13/test.c: Added very rudimentary test of sync() service. --- testsuites/psxtests/psx13/test.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testsuites/psxtests/psx13') 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"); -- cgit v1.2.3