From: Timothy Manning Date: Tue, 16 Nov 2010 03:52:12 +0000 (+1300) Subject: yaffs Fixed more bugs in quick tests. X-Git-Tag: linux-mainline-patchset-4~80 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=4c5424e922763507e8d7f637799052bddfce2630 yaffs Fixed more bugs in quick tests. Signed-off-by: Timothy Manning --- diff --git a/direct/timothy_tests/quick_tests/quick_tests.c b/direct/timothy_tests/quick_tests/quick_tests.c index 0dfe000..d74714d 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.c +++ b/direct/timothy_tests/quick_tests/quick_tests.c @@ -33,9 +33,7 @@ int main(int argc, char *argv[]){ init_quick_tests(argc, argv); print_message("\n\nrunning quick tests for yaffs\n\n", 0); - //printf("testing yaffs\n"); - //printf("len function %d",(sizeof(test_list)/sizeof(test_template))); for (x=0;x= 0){ return yaffs_unlink(SYMLINK_PATH); - } else { - return 1; /* the file failed to open so there is no need to close it */ - } }