X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_open_EEXIST.c;h=90ba455eb9566f0190b3066076ba43cb7f7a5f2c;hp=7ae81a1ac22908ce1e259a757fa1f3e8f2466b3c;hb=6cb99e93f72bbb066c5abb4ab2cc0cd79f56a4f3;hpb=81ea50c07a64dc33f1c0556fdbd836e50b143625 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_open_EEXIST.c b/direct/timothy_tests/quick_tests/test_yaffs_open_EEXIST.c index 7ae81a1..90ba455 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_open_EEXIST.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_open_EEXIST.c @@ -21,7 +21,7 @@ int test_yaffs_open_EEXIST(void){ handle=yaffs_open(FILE_PATH, O_CREAT | O_EXCL | O_TRUNC| O_RDWR ,FILE_MODE ); if (handle==-1){ error_code=yaffs_get_error(); - printf("EEXIST def %d, Error code %d\n",(- EEXIST),error_code); + //printf("EEXIST def %d, Error code %d\n",(- EEXIST),error_code); if (abs(error_code)== EEXIST){ return 1; }