Merge branch 'direct-fix'
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_access_NULL.c
index d9b2310b1b8cc7812f015b60b0d11418edefd26b..71e76d033776d321df295099b198276ab8481168 100644 (file)
@@ -24,7 +24,7 @@ int test_yaffs_access_NULL(void)
        output= yaffs_access(NULL,0);
        if (output<0){
                error=yaffs_get_error();
-               if ( abs(error)== ELOOP){
+               if ( abs(error)== EFAULT){
                        return 1;
                } else {
                        print_message("error does not match expected error\n",2);