yaffs Adding more tests to direct/timothy_tests/quick_tests
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_rename_dir_ENOENT.c
index a4232e61af819d76d66e5a1193d1c75e9072a63b..34852362099511cb93eb7a583b30fb3db61b4998 100644 (file)
@@ -29,7 +29,7 @@ int test_yaffs_rename_dir_ENOENT(void)
        output = yaffs_rename( "/yaffs2/non-existing-dir/" , RENAME_DIR_PATH);
        if (output<0){ 
                error_code=yaffs_get_error();
-               if (abs(error_code)==EINVAL){
+               if (abs(error_code)==ENOENT){
                        return 1;
                } else {
                        print_message("returned error does not match the the expected error\n",2);