X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_write.c;h=08ff7659aee5fe0ea27a950fb82fd1fb7469776e;hp=adee496718d7de05db0076d1655cefe53f8f87cc;hb=6bdb202d06f1e3dc8cc00dea708ebbd7fb771342;hpb=26592c53da98ac887099559afbcb8dda05264e1c diff --git a/direct/timothy_tests/quick_tests/test_yaffs_write.c b/direct/timothy_tests/quick_tests/test_yaffs_write.c index adee496..08ff765 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_write.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_write.c @@ -6,12 +6,13 @@ int test_yaffs_write(void){ return yaffs_write(handle, FILE_TEXT, FILE_TEXT_NBYTES); } else { - printf("error opening file"); + printf("error opening file\n"); return -1; } } int test_yaffs_write_clean(void){ + test_yaffs_lseek_to_beginning(); return 1; }