Merge branch 'big-files': Merge in large file support
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_open_EROFS.c
index 5b855638b9c3f58b2b2385aea6379800bb3c2040..981c79929c86bdd0e03e207d2a67b94ef3649a1b 100644 (file)
@@ -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 <timothy@yaffs.net>
@@ -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){