yaffs All of the quick_tests programs are now working.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_open.c
index 89c7492701ce8876942650b45dafdbcc1e4cfd06..76ed67bdb4f366891437a04761a68793e2a127bc 100644 (file)
@@ -17,7 +17,7 @@ static int handle=0;
 
 int test_yaffs_open(void){
 
-       handle=yaffs_open(FILE_PATH,O_CREAT | O_TRUNC| O_RDWR, FILE_MODE);
+       handle=yaffs_open(FILE_PATH,O_CREAT | O_RDWR, FILE_MODE);
        return handle;
 }