X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_mount.c;h=7f27596624cf0eb7cea7b2217d27faa1e5b4b083;hb=ebc54da9e29be1de79d77c72c0d8eb91833c641b;hp=42f12ba2506adbd5469e41634bb6708bf91580e2;hpb=e5daa72b0083831ab762a650860687fe7d25d6b3;p=yaffs2.git diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount.c index 42f12ba..7f27596 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount.c @@ -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 * @@ -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; }