yaffs Trying to find a bug in timothy quick tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_unlink.c
similarity index 86%
rename from direct/timothy_tests/quick_tests/test_yaffs_unlinking.c
rename to direct/timothy_tests/quick_tests/test_yaffs_unlink.c
index 435cb92648419f65b69217d7e0d872cd6e15887a..1352ccfabe374ba3cb97a20e7f435cfe279dbb90 100644 (file)
@@ -11,9 +11,9 @@
  * published by the Free Software Foundation.
  */
 
-#include "test_yaffs_unlinking.h"
+#include "test_yaffs_unlink.h"
 
-int test_yaffs_unlinking(void){
+int test_yaffs_unlink(void){
        int output=yaffs_unlink(FILE_PATH);
        if (output>=0){
                return (-test_yaffs_access());  /*return negative access. we do not want the file to be there*/
@@ -24,6 +24,6 @@ int test_yaffs_unlinking(void){
        }
 }
 
-int test_yaffs_unlinking_clean(void){
+int test_yaffs_unlink_clean(void){
        return test_yaffs_open();
 }