fixed up all the quick tests
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_mount.c
index 42f12ba2506adbd5469e41634bb6708bf91580e2..d1e4d575ae53d136dd2048e671fed57b23121932 100644 (file)
@@ -17,6 +17,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;
 }