yaffs Fixed a bug in quick tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_symlink_EEXIST.c
index b7768ac8a01b72605f127d110dac0a8613b703e7..a3ab85188e8ce4420b2346839ab7af4e88a20a02 100644 (file)
@@ -18,7 +18,7 @@ static int output = 0;
 int test_yaffs_symlink_EEXIST(void)
 {
        int error_code = 0;
-       if (0==yaffs_access(SYMLINK_PATH,0)){
+       if (-1==yaffs_access(SYMLINK_PATH,0)){
                output=yaffs_symlink(FILE_PATH,SYMLINK_PATH);
                if (output>0){
                        print_message("failed to create the first symlink\n",2);