yaffs: Update year to 2011 in copyrights etc.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_mkdir_ENOTDIR.c
index 4b36abc6a7a29acfad70e3cffe4538a682b8b24c..c417bb372d26e64f8bcd38241c552018e3f4972b 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_mkdir_ENOTDIR(void)
        int error_code = 0;
        
 
-       output = yaffs_mkdir("/non_existing_directory/new_directory/",O_CREAT | O_RDWR);
+       output = yaffs_mkdir("/yaffs2/foo/new_directory/",O_CREAT | O_RDWR);
        if (output < 0){
                error_code = yaffs_get_error();
                if (abs(error_code) == ENOTDIR){