yaffs Found the bug.
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.c
index 115525b476a802e82770b550e3b40383408757c8..9fcc0374de5d6804243fac26a85d012ed08fdb7b 100644 (file)
@@ -35,10 +35,6 @@ int main(int argc, char *argv[]){
        print_message("\n\nrunning quick tests for yaffs\n\n", 0);
 
        for (x=0;x<total_number_of_tests;x++){
-               output=test_yaffs_open();
-               printf("yaffs_open = %d\n",output);
-               printf("yaffs_close handle 0 = %d\n",yaffs_close(output));
-               //printf("yaffs_close handle 1#################################### =%d\n",yaffs_close(1));
                yaffs_set_error(0);     /*reset the last error to 0 */
                sprintf(message,"\nrunning test: %s \n",test_list[x].name_of_test);
                print_message(message,3);