X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_rename_EROFS.c;h=2a5765f12bcab556c65d9830bd64e2f000a82e52;hb=a717f825f1de8707f602aaba9c541e62a1fc1de8;hp=f9821d2297f4bc819b9a639f00a494f1d7d72709;hpb=a175efe13e14f1be10ed4691cd1b8eee32abc046;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..2a5765f 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 @@ -12,7 +12,7 @@ */ #include "test_yaffs_rename_EROFS.h" - +#include "test_yaffs_open.h" int test_yaffs_rename_EROFS(void) { @@ -42,8 +42,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;