yaffs Adding more tests to direct/timothy_tests/quick_tests
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_rename_dir.c
index 5c7a2547dbc378e36b05aabfbd1d27f403bad9f7..323a0e749787505110de321d96151424ed253053 100644 (file)
@@ -27,6 +27,7 @@ int test_yaffs_rename_dir(void)
                }
        }
        output = yaffs_rename( DIR_PATH , RENAME_DIR_PATH);
+       printf("output %d\n",output);
        return output;  
 }