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=981c79929c86bdd0e03e207d2a67b94ef3649a1b;hp=5b855638b9c3f58b2b2385aea6379800bb3c2040;hb=ce0a5fb9849b6dc0d1347709b28d3a34eefec662;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..981c799 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_open_EROFS.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_open_EROFS.c @@ -1,7 +1,7 @@ /* * YAFFS: Yet another FFS. A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Timothy Manning @@ -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){