X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_close_EBADF.c;fp=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_close_EBADF.c;h=5f322fc6a2ac0bec3f12120d98e3114a36790ca5;hp=5036b475ecffe503e58e57d330b0142cd21f9ff4;hb=6cb99e93f72bbb066c5abb4ab2cc0cd79f56a4f3;hpb=81ea50c07a64dc33f1c0556fdbd836e50b143625 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_close_EBADF.c b/direct/timothy_tests/quick_tests/test_yaffs_close_EBADF.c index 5036b47..5f322fc 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_close_EBADF.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_close_EBADF.c @@ -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; }