X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_chmod_EROFS.c;h=fd8af69e4f2b14551711e565578363fa4cb410ae;hp=0f0a5b192bfeccba0477f22fab16eaaacccc136e;hb=00ebf30805d631cd9bb3155aa249705b3a5777f5;hpb=dd93a8090e78af3a429a55349cb05a4bf6fb2c39 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.c b/direct/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.c index 0f0a5b1..fd8af69 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.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 @@ -39,5 +39,5 @@ int test_yaffs_chmod_EROFS(void) int test_yaffs_chmod_EROFS_clean(void) { - return test_yaffs_chmod() ;//| EROFS_clean(); + return EROFS_clean() | test_yaffs_chmod() ; }