X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_fchmod.c;h=e1a035688f870686e7d615e3a71ef4a28d91f168;hb=54721f22512e7c859c4c4a4ae7e5374ecf7fb570;hp=35602356c80483acfca7a4623e5288be7b186c29;hpb=a32621e0d7f5f391e9152cfe710fa6c99ca44c50;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/test_yaffs_fchmod.c b/direct/timothy_tests/quick_tests/test_yaffs_fchmod.c index 3560235..e1a0356 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_fchmod.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_fchmod.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 @@ -26,7 +26,7 @@ int test_yaffs_fchmod(void) return -1; } - output = yaffs_fchmod(handle,S_IREAD||S_IWRITE); + output = yaffs_fchmod(handle,S_IREAD|S_IWRITE); if (output>=0){ /* there were no errors */ @@ -41,7 +41,6 @@ int test_yaffs_fchmod(void) int test_yaffs_fchmod_clean(void) { if (handle >= 0) { - printf("handle %d\n",handle); return yaffs_close(handle); } return 1;