X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=inline;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_unlinking.c;h=435cb92648419f65b69217d7e0d872cd6e15887a;hb=9af5d90f5726655f1d5da3920fa6f3f0974041c2;hp=795c8d4cccc47ad55d0a530ff8f23b9335c12392;hpb=6bdb202d06f1e3dc8cc00dea708ebbd7fb771342;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/test_yaffs_unlinking.c b/direct/timothy_tests/quick_tests/test_yaffs_unlinking.c index 795c8d4..435cb92 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_unlinking.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_unlinking.c @@ -1,3 +1,16 @@ +/* + * YAFFS: Yet another FFS. A NAND-flash specific file system. + * + * Copyright (C) 2002-2010 Aleph One Ltd. + * for Toby Churchill Ltd and Brightstar Engineering + * + * Created by Timothy Manning + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + #include "test_yaffs_unlinking.h" int test_yaffs_unlinking(void){ @@ -12,5 +25,5 @@ int test_yaffs_unlinking(void){ } int test_yaffs_unlinking_clean(void){ - return test_open_file(); + return test_yaffs_open(); }