X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_open_EISDIR.c;h=d86e081ff9215ff06a6a3085355f9f583cdcc797;hb=a8fba94306bc6fcaf7d546a3276c12a168ed6261;hp=0891aaa326da8317e0aeba74a5c12a5cb46c5224;hpb=a11dd4924d16a4c3d6df13a4182f7729a1478a53;p=yaffs2.git 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; }