X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_mount2.c;h=d065b2e3a36f540011ed43713b2db85f13132dbc;hp=52728b71f6a0b0be207d9e1cfff3f50276d08ca1;hb=00ebf30805d631cd9bb3155aa249705b3a5777f5;hpb=7bcd5472362887151e3029f197f7ee012f9c1f14 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_mount2.c b/direct/timothy_tests/quick_tests/test_yaffs_mount2.c index 52728b7..d065b2e 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_mount2.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_mount2.c @@ -1,7 +1,7 @@ /* * YAFFS: Yet another FFS. A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Timothy Manning @@ -16,7 +16,6 @@ int test_yaffs_mount2(void) { int output = -1; - printf("closing handle again %d\n",yaffs_close(0)); output= yaffs_unmount(YAFFS_MOUNT_POINT); if (output < 0) { print_message("failed to unmount current_mountpoint\n",2);