X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_rename_ELOOP_dir.c;h=37eafa515bf6b17fd81fbf64c3bc0f0fd342f323;hb=efe3b1808c66ecfecf16498eee78aeedc9809705;hp=080d20a9cfb76b033f2fe0f899eec5f6ee2bc76f;hpb=e7d46266c3b860e73cc8c7dc9ec494d2d82c188c;p=yaffs2.git 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; }