yaffs All of the quick_tests programs are now working.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_open_ENOTDIR.c
index 4722e8814eaca81e1b79446f35c9e2025d6febd5..d9790cf8be2b1ded5e98caa484be98e0e513f6b4 100644 (file)
@@ -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;
                }