X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_open_EISDIR.c;fp=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_open_EISDIR.c;h=d86e081ff9215ff06a6a3085355f9f583cdcc797;hp=0891aaa326da8317e0aeba74a5c12a5cb46c5224;hb=6cb99e93f72bbb066c5abb4ab2cc0cd79f56a4f3;hpb=81ea50c07a64dc33f1c0556fdbd836e50b143625 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_open_EISDIR.c b/direct/timothy_tests/quick_tests/test_yaffs_open_EISDIR.c index 0891aaa..d86e081 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_open_EISDIR.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_open_EISDIR.c @@ -23,7 +23,7 @@ int test_yaffs_open_EISDIR(void){ handle=yaffs_open(YAFFS_MOUNT_POINT, O_CREAT | O_TRUNC| O_RDWR ,FILE_MODE ); if (handle==-1){ error_code=yaffs_get_error(); - printf("EISDIR def %d, Error code %d\n", EISDIR,error_code); + //printf("EISDIR def %d, Error code %d\n", EISDIR,error_code); if (abs(error_code)== EISDIR){ return 1; }