X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_rename_EROFS.c;h=f9821d2297f4bc819b9a639f00a494f1d7d72709;hb=cabb7b51f48a784fbd8bd04ea8878abe2196167a;hp=768a2d6c9ae7535ac98d8b7195d60f157e88d550;hpb=e5daa72b0083831ab762a650860687fe7d25d6b3;p=yaffs2.git diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.c index 768a2d6..f9821d2 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.c @@ -18,6 +18,10 @@ int test_yaffs_rename_EROFS(void) { int output=0; int error_code =0; + if (yaffs_close(yaffs_open(FILE_PATH,O_CREAT | O_RDWR, FILE_MODE))==-1){ + print_message("failed to create file\n",1); + return -1; + } EROFS_setup(); output = yaffs_rename(FILE_PATH , RENAME_PATH); if (output<0){