X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_chmod_ELOOP.c;h=d60c451c4806de0eb80aaa63ae745d9fdbda8870;hp=d5733371610eaa1c6fd6646a9a7c1bdc4d70a8cb;hb=ce0a5fb9849b6dc0d1347709b28d3a34eefec662;hpb=7897e76da06203d6e2c20f13a1ce79e64809930a diff --git a/direct/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP.c b/direct/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP.c index d573337..d60c451 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_chmod_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 @@ -23,7 +23,7 @@ int test_yaffs_chmod_ELOOP(void) return -1; } - output = yaffs_chmod(ELOOP_PATH "file",S_IREAD|S_IWRITE); + output = yaffs_chmod(ELOOP_PATH,S_IREAD|S_IWRITE); if (output<0){ error=yaffs_get_error();