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=c6e8b88d3ecf7c79ef30d48982e18986d8f1f8eb;hp=080d20a9cfb76b033f2fe0f899eec5f6ee2bc76f;hb=a78bce6f4a7042fa153ab32d2bb263ecf7d27b66;hpb=e7d46266c3b860e73cc8c7dc9ec494d2d82c188c 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..c6e8b88 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 @@ -1,7 +1,7 @@ /* * YAFFS: Yet another FFS. A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Timothy Manning @@ -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; }