Update timothy test Makefile
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_mount2.c
index 52728b71f6a0b0be207d9e1cfff3f50276d08ca1..d065b2e3a36f540011ed43713b2db85f13132dbc 100644 (file)
@@ -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 <timothy@yaffs.net>
@@ -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);