X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_access_ELOOP.c;h=feae2efa54a2f6f8c99b476d4ec92d94c61961ac;hb=7897e76da06203d6e2c20f13a1ce79e64809930a;hp=8338cc48a47c68020b879ab6087ed101dd7c20d4;hpb=ddd1501c01e281d0a86424980ccdd1e4d7d16046;p=yaffs2.git 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 8338cc4..feae2ef 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_PATH,0); + output= yaffs_access(ELOOP_PATH "file",0); if (output<0){ error=yaffs_get_error(); if ( abs(error)== ELOOP){