Merge branch 'big-files': Merge in large file support
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_unlink_ENOTDIR.c
index 5eaff8c6a7ae87fd6fea4c9cc5e678e47c2b84e0..e75d12164e96fb17692c3d2c6725503b332af1c7 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_unlink_ENOTDIR(void)
        int output=0;
        int error_code=0;
 
-       output=yaffs_unlink("/nonexisting_dir/foo");
+       output=yaffs_unlink("/yaffs2/foo/file");
        if (output==-1){
                error_code=yaffs_get_error();
                if (abs(error_code)==ENOTDIR){