yaffs Fixed a bug in direct/timothy_tests/quick_tests
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_rename_ELOOP_dir.c
index 080d20a9cfb76b033f2fe0f899eec5f6ee2bc76f..37eafa515bf6b17fd81fbf64c3bc0f0fd342f323 100644 (file)
@@ -44,14 +44,6 @@ int test_yaffs_rename_ELOOP_dir(void)
 
 int test_yaffs_rename_ELOOP_dir_clean(void)
 {
 
 int test_yaffs_rename_ELOOP_dir_clean(void)
 {
-       int output = 0;
-       if (0 ==  yaffs_access(RENAME_PATH,0)) {
-               output = yaffs_rename(RENAME_PATH,FILE_PATH);
-               if (output < 0) {
-                       print_message("failed to remove the directory\n",2);
-                       return -1;
-               }
-       }
        return 1;
 
 }
        return 1;
 
 }