X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_access_NULL.c;h=5b1e8222a175be97ab2fed8a366f415f00ebc6f5;hp=d9b2310b1b8cc7812f015b60b0d11418edefd26b;hb=6648cbf52d6695755941ff8607fd7a0cda542e05;hpb=2d0acac2786382b29762a6042119c41ba3f2f92f diff --git a/direct/timothy_tests/quick_tests/test_yaffs_access_NULL.c b/direct/timothy_tests/quick_tests/test_yaffs_access_NULL.c index d9b2310..5b1e822 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_access_NULL.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_access_NULL.c @@ -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 @@ -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);