X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_rename_dir_over_dir.c;h=3a7efee25d9a286d3d2e52de653e3ea441f7fe73;hb=b9ab2c3546387e18b46804929b6a6582d9156b3c;hp=1a46919123fbd79fed67fc02ea2b02d3214cc27e;hpb=fa6e2de81382a23a7a99de6a8832f26c371c9520;p=yaffs2.git diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_over_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_over_dir.c index 1a46919..3a7efee 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_over_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_over_dir.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2011 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Timothy Manning * @@ -20,7 +19,6 @@ int test_yaffs_rename_dir_over_dir(void) { int output=0; - int error_code =0; if (yaffs_mkdir(DIR_PATH,O_CREAT | O_RDWR)==-1){ print_message("failed to create dir\n",1);