X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_unlinking.c;h=435cb92648419f65b69217d7e0d872cd6e15887a;hb=9af5d90f5726655f1d5da3920fa6f3f0974041c2;hp=d5f278734b31db4c8eff568255d2cad66126b644;hpb=90c66937f76d1e4ce1fb43aed91219c4f1e443f1;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 d5f2787..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_yaffs_open_file(); + return test_yaffs_open(); }