X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_open_EROFS.c;h=0773b7d18a9d2879dc91a30a41d9fca3a4cae0bf;hp=5b855638b9c3f58b2b2385aea6379800bb3c2040;hb=41a39f326b4b732a36310275c0f4489c07117679;hpb=b51c7e574492e56b0c6cc63cb7e0f5e0a0b5920c diff --git a/direct/timothy_tests/quick_tests/test_yaffs_open_EROFS.c b/direct/timothy_tests/quick_tests/test_yaffs_open_EROFS.c index 5b85563..0773b7d 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_open_EROFS.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_open_EROFS.c @@ -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){