X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_open_ENOTDIR.c;h=d9790cf8be2b1ded5e98caa484be98e0e513f6b4;hb=4f90d524e3c666c53ae36ad2911e00e5b3741cca;hp=4722e8814eaca81e1b79446f35c9e2025d6febd5;hpb=a11dd4924d16a4c3d6df13a4182f7729a1478a53;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c b/direct/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c index 4722e88..d9790cf 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c @@ -21,7 +21,7 @@ int test_yaffs_open_ENOTDIR(void){ handle=yaffs_open("/nonexisting_dir/foo", O_TRUNC| O_RDWR,FILE_MODE ); if (handle==-1){ error_code=yaffs_get_error(); - printf("EISDIR def %d, Error code %d\n", ENOTDIR,error_code); + //printf("EISDIR def %d, Error code %d\n", ENOTDIR,error_code); if (abs(error_code)==ENOTDIR){ return 1; }