X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_rename_ELOOP_dir.c;h=37eafa515bf6b17fd81fbf64c3bc0f0fd342f323;hp=080d20a9cfb76b033f2fe0f899eec5f6ee2bc76f;hb=2dd4e343b24a917f157d204d1f44d99e61c2d41f;hpb=e7d46266c3b860e73cc8c7dc9ec494d2d82c188c;ds=sidebyside diff --git a/direct/timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.c b/direct/timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.c index 080d20a..37eafa5 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.c @@ -44,14 +44,6 @@ int test_yaffs_rename_ELOOP_dir(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; }