X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_mount.c;h=d1e4d575ae53d136dd2048e671fed57b23121932;hb=a175efe13e14f1be10ed4691cd1b8eee32abc046;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..d1e4d57 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 @@ -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; }