Merge branch 'master' of ssh://www.aleph1.co.uk/home/aleph1/git/yaffs2
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_chmod_NULL.c
index b0c1793554c2bb124fcc3571e4d2af7032fdb857..339b34604f5fa4a24843fd47cc8bc9a125d2de3f 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>
@@ -22,7 +22,7 @@ int test_yaffs_chmod_NULL(void)
 
        if (output<0){
                error=yaffs_get_error();
-               if (abs(error)==EINVAL){
+               if (abs(error)==EFAULT){
                        return 1;
                } else {
                        print_message("different error than expected\n",2);