X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_rmdir.c;h=80146f96378b23fa807698eff38cf35c8a7a84b0;hb=91b4dd9fa84e71dc0da65e445e15a2e349b00a54;hp=3d8dbae4f3e74c3344159e8a8f1f8b4a9245e97a;hpb=fadebbf369cec12be83899d0570f05e4f99ca01a;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/test_yaffs_rmdir.c b/direct/timothy_tests/quick_tests/test_yaffs_rmdir.c index 3d8dbae..80146f9 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_rmdir.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_rmdir.c @@ -21,15 +21,15 @@ int test_yaffs_rmdir(void) output = yaffs_mkdir(DIR_PATH,S_IWRITE | S_IREAD); if (output < 0) { print_message("failed to create directory\n",2); + return -1; } } - return yaffs_rmdir(DIR_PATH); } int test_yaffs_rmdir_clean(void) { - return -1; + return 1; }