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=715e2360a8a9ea370bf21ffafb47db7b61843af9;hp=feae2efa54a2f6f8c99b476d4ec92d94c61961ac;hb=a78bce6f4a7042fa153ab32d2bb263ecf7d27b66;hpb=9032d048555cb5b86ff8c1b4319a856b43331377 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 feae2ef..715e236 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_access_ELOOP.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_access_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 @@ -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 "file",0); + output= yaffs_access(ELOOP_PATH,0); if (output<0){ error=yaffs_get_error(); if ( abs(error)== ELOOP){