Fix copyright
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_mount.c
index 42f12ba2506adbd5469e41634bb6708bf91580e2..7f27596624cf0eb7cea7b2217d27faa1e5b4b083 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
@@ -17,6 +16,8 @@ int test_yaffs_mount(void)
 {
        int output = 0;
        output = yaffs_mount(YAFFS_MOUNT_POINT);
+       yaffs_mkdir(TEST_DIR,S_IWRITE | S_IREAD);
+
        return output;
 }