X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_chmod_EROFS.c;h=26e701c9d4f90c3fed673d5bbb60878334fea04c;hb=396e2b402a7acd756c133cf49d9e3fbf96713c2b;hp=0f0a5b192bfeccba0477f22fab16eaaacccc136e;hpb=dd93a8090e78af3a429a55349cb05a4bf6fb2c39;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 0f0a5b1..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() ; }