Have updated yaffs direct tests and added README files to the tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_stat_ENOTDIR.c
index d0ab0e7e33686bf84d6c3d12a86d96b3daa009a2..c6773d32b99ad7c3f260fe8d8e02f578f3cb86e0 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>
@@ -20,7 +20,7 @@ int test_yaffs_stat_ENOTDIR(void)
        int output=0;
        char text[100];
        text[0] ='\0';
-       output=yaffs_stat("/non-existing-dir/foo", &stat);;
+       output=yaffs_stat("/yaffs2/foo/file", &stat);;
        if (output<0){ 
                error_code=yaffs_get_error();
                if (abs(error_code)==ENOTDIR){