yaffs Added some more tests to timothy_tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_rename_file_to_dir.c
index 182fb0d9dec97dfefa675cccc6bfb479dea6803c..8954828fc06e4d08a33778add0dc4b479547a104 100644 (file)
@@ -45,12 +45,18 @@ int test_yaffs_rename_file_to_dir(void)
 int test_yaffs_rename_file_to_dir_clean(void)
 {
        int output = 0;
+       test_yaffs_open();
        if (0 ==  yaffs_access(RENAME_DIR_PATH,0)) {
                output = yaffs_unlink(RENAME_DIR_PATH);
                if (output < 0) {
                        print_message("failed to unlink the file\n",2);
                        return -1;
                }
+               output = test_yaffs_open();
+               if (output < 0) {
+                       print_message("failed to open a new\n",2);
+                       return -1;
+               }
        }
        return 1;