yaffs Added some more tests to timothy_tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_rename.c
index 509bb9a83b44ba90ed47537bf9924bf48346aed2..cc55fb139d085fd439aeac2c29216bd058805a68 100644 (file)
@@ -34,10 +34,10 @@ int test_yaffs_rename(void)
 int test_yaffs_rename_clean(void)
 {
        int output = 0;
-       if (0 ==  yaffs_access(RENAME_PATH,0)) {
-               output = yaffs_rename(RENAME_PATH,FILE_PATH);
+       if (0 ==  yaffs_access(FILE_PATH,0)) {
+               output = test_yaffs_open();
                if (output < 0) {
-                       print_message("failed to rename the file\n",2);
+                       print_message("failed to open a new file\n",2);
                        return -1;
                }
        }