X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_rmdir_NULL.c;h=79f39974109f163a5811570b18eb17945c0c5e15;hp=2a833b0b9531fec7094e53c25e0d80bcf662b016;hb=00ebf30805d631cd9bb3155aa249705b3a5777f5;hpb=a26fcb8cb2af11eb1a383cca8fd4be9afad5c661 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.c b/direct/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.c index 2a833b0..79f3997 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.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 @@ -19,13 +19,6 @@ int test_yaffs_rmdir_NULL(void) int output=0; int error_code =0; - if (0 != yaffs_access(DIR_PATH,0)) { - output = yaffs_mkdir(DIR_PATH,S_IWRITE | S_IREAD); - if (output < 0) { - print_message("failed to create directory\n",2); - return -1; - } - } output = yaffs_rmdir(NULL); if (output<0){ error_code=yaffs_get_error();