X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_access_ELOOP.c;h=8338cc48a47c68020b879ab6087ed101dd7c20d4;hp=97c6daccd142576a845427d9c482cfa7bad65d22;hb=a45194dd1a23a750f4ee8912258243dcdbcac69a;hpb=10d09f1cb066885e3934db0c2c7c86dd10cbc8bf diff --git a/direct/timothy_tests/quick_tests/test_yaffs_access_ELOOP.c b/direct/timothy_tests/quick_tests/test_yaffs_access_ELOOP.c index 97c6dac..8338cc4 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_access_ELOOP.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_access_ELOOP.c @@ -21,7 +21,7 @@ int test_yaffs_access_ELOOP(void) print_message("failed to setup symlinks\n",2); return -1; } - output= yaffs_access(ELOOP,0); + output= yaffs_access(ELOOP_PATH,0); if (output<0){ error=yaffs_get_error(); if ( abs(error)== ELOOP){