Merge branch 'big-files': Merge in large file support
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_chmod_ENOTDIR.c
index 2390d0c88658d425f77a004f73f8ef3f7e27aabd..458731579885855d94331a2717824c004cb94a41 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>
@@ -16,7 +16,7 @@
 int test_yaffs_chmod_ENOTDIR(void)
 {
        int error=0;
-       int output=yaffs_chmod("/non_existing_directory/foo",S_IREAD|S_IWRITE);
+       int output=yaffs_chmod("/yaffs2/foo/file",S_IREAD|S_IWRITE);
 
        if (output<0){
                error=yaffs_get_error();