Added test suite.

This commit is contained in:
Richard Jones
2009-04-10 18:25:07 +01:00
parent 99f68f259f
commit b4d2a01828
33 changed files with 8671 additions and 326 deletions

View File

@@ -27,6 +27,5 @@ int
do_sync ()
{
sync ();
fprintf (stderr, "guestfsd: disk synched\n");
return 0;
}