From 4c5424e922763507e8d7f637799052bddfce2630 Mon Sep 17 00:00:00 2001 From: Timothy Manning Date: Tue, 16 Nov 2010 16:52:12 +1300 Subject: [PATCH] yaffs Fixed more bugs in quick tests. Signed-off-by: Timothy Manning --- direct/timothy_tests/quick_tests/quick_tests.c | 2 -- direct/timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.c | 4 ---- 2 files changed, 6 deletions(-) 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 */ - } } -- 2.30.2