X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_chmod_EROFS.c;h=26e701c9d4f90c3fed673d5bbb60878334fea04c;hb=6500cebaa2c93512d544719956af259ca13f83b7;hp=fef37e5504f1bec111f6583216e8d8cd2004d045;hpb=ddd1501c01e281d0a86424980ccdd1e4d7d16046;p=yaffs2.git 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 fef37e5..26e701c 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.c @@ -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() ; }