X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_rename_dir.c;h=d6eb84c7515cf02a5df1122642de72e9fdf9e0f3;hb=6752805392f3b421d820effa4bf3f7484862d409;hp=5c7a2547dbc378e36b05aabfbd1d27f403bad9f7;hpb=f3b2098d2fde2c023ad8f84484d647b16e4c5f0f;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/test_yaffs_rename_dir.c b/direct/timothy_tests/quick_tests/test_yaffs_rename_dir.c index 5c7a254..d6eb84c 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_rename_dir.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_rename_dir.c @@ -17,10 +17,10 @@ int test_yaffs_rename_dir(void) { int output=0; - int error_code =0; - if (0 != yaffs_access(FILE_PATH,0)) { - output = test_yaffs_open(); + + if (0 != yaffs_access(DIR_PATH,0)) { + output = yaffs_mkdir(DIR_PATH,S_IREAD|S_IWRITE); if (output < 0) { print_message("failed to create file\n",2); return -1;