X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_rename.c;h=170081e70c6d46ed9f417d6c7e6fe1e7f75a83c4;hb=6648cbf52d6695755941ff8607fd7a0cda542e05;hp=509bb9a83b44ba90ed47537bf9924bf48346aed2;hpb=d3abc5c5da005343e7d78c5c9a51d58af14b3faa;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/test_yaffs_rename.c b/direct/timothy_tests/quick_tests/test_yaffs_rename.c index 509bb9a..170081e 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_rename.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_rename.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 @@ -34,10 +34,10 @@ int test_yaffs_rename(void) int test_yaffs_rename_clean(void) { int output = 0; - if (0 == yaffs_access(RENAME_PATH,0)) { - output = yaffs_rename(RENAME_PATH,FILE_PATH); + if (0 == yaffs_access(FILE_PATH,0)) { + output = test_yaffs_open(); if (output < 0) { - print_message("failed to rename the file\n",2); + print_message("failed to open a new file\n",2); return -1; } }