X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_stat_ELOOP.c;h=eee9adaf67458e90e1bd7dcdd3022b74cd8022ed;hp=451b77f5dc808814cfffe0f033f0a38ecea33a46;hb=121c055437f23d9d6bc7b57d36ecf128b447013f;hpb=f1fdae08ffdfaa5d1a31b9c4303dc317fe95ded4 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_stat_ELOOP.c b/direct/timothy_tests/quick_tests/test_yaffs_stat_ELOOP.c index 451b77f..eee9ada 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_stat_ELOOP.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_stat_ELOOP.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 @@ -28,7 +28,7 @@ int test_yaffs_stat_ELOOP(void) output=yaffs_stat(ELOOP_PATH, &stat);; if (output<0){ error_code=yaffs_get_error(); - if (abs(error_code)==ENOTDIR){ + if (abs(error_code)==ELOOP){ return 1; } else { print_message("returned error does not match the the expected error\n",2);