yaffs All of the quick_tests programs are now working.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_close_EBADF.c
index 5036b475ecffe503e58e57d330b0142cd21f9ff4..5f322fc6a2ac0bec3f12120d98e3114a36790ca5 100644 (file)
@@ -28,7 +28,7 @@ int test_yaffs_close_EBADF(void){
                        if (output<0){
                                /*error has happened */
                                error_code=yaffs_get_error();
-                               printf("EEXIST def %d, Error code %d\n",(- EBADF),error_code);
+                               //printf("EBADF def %d, Error code %d\n",(- EBADF),error_code);
                                if (abs(error_code)== EBADF){
                                        return 1;
                                }