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;fp=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_chmod_EROFS.c;h=26e701c9d4f90c3fed673d5bbb60878334fea04c;hp=fef37e5504f1bec111f6583216e8d8cd2004d045;hb=396e2b402a7acd756c133cf49d9e3fbf96713c2b;hpb=c2c3fedf8a75ce6b2e747fa4604a240077cd8be4 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() ; }