yaffs Added more tests to direct/timothy_tests/quick_tests
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_open_EROFS.c
index 5b855638b9c3f58b2b2385aea6379800bb3c2040..0773b7d18a9d2879dc91a30a41d9fca3a4cae0bf 100644 (file)
@@ -21,7 +21,7 @@ int test_yaffs_open_EROFS(void)
        yaffs_unlink(FILE_PATH);
        EROFS_setup();
 
-       handle = yaffs_open(FILE_PATH, O_CREAT | O_EXCL | O_TRUNC| O_RDWR ,FILE_MODE );
+       handle = yaffs_open(FILE_PATH, O_CREAT  ,S_IREAD);
        if (handle == -1){
                error_code = yaffs_get_error();
                if (abs(error_code) == EROFS){