Have updated yaffs direct tests and added README files to the tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_link_ENOTDIR.c
index 333c7a7ed187cad487b3566a69b490625490a6ab..62c8065a51b47aed91aee83aa417465045b150f7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2010 Aleph One Ltd.
+ * Copyright (C) 2002-2011 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
  *
  * Created by Timothy Manning <timothy@yaffs.net>
@@ -19,7 +19,7 @@ int test_yaffs_link_ENOTDIR(void)
 {
        int output=0;   
        int error =0;
-       output = yaffs_link("/non-existing-dir/foo",HARD_LINK_PATH);
+       output = yaffs_link("/yaffs2/foo/file",HARD_LINK_PATH);
        if (output<0){
                error=yaffs_get_error();
                if (abs(error)==ENOTDIR){