X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_rename_EROFS.c;h=b5eb580d2f89594fafc3496839ab6b9786202c19;hb=1f3d64d1d804fef6715126dead54bf30b176c67e;hp=f9821d2297f4bc819b9a639f00a494f1d7d72709;hpb=fa6e2de81382a23a7a99de6a8832f26c371c9520;p=yaffs2.git diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.c index f9821d2..b5eb580 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet another FFS. 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 * @@ -12,7 +11,7 @@ */ #include "test_yaffs_rename_EROFS.h" - +#include "test_yaffs_open.h" int test_yaffs_rename_EROFS(void) { @@ -42,8 +41,8 @@ int test_yaffs_rename_EROFS(void) int test_yaffs_rename_EROFS_clean(void) { int output = 0; - if (0 == yaffs_access("/yaffs2/dir2/file",0) ) { - output = yaffs_unlink("/yaffs2/dir2/file"); + if (0 == yaffs_access(YAFFS_MOUNT_POINT "/dir2/file",0) ) { + output = yaffs_unlink(YAFFS_MOUNT_POINT "/dir2/file"); if (output < 0) { print_message("failed to remove the file\n",2); return -1;