yaffs Fixed some problems with direct/timothy_tests/quick_tests
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_chmod_EROFS.c
index fef37e5504f1bec111f6583216e8d8cd2004d045..26e701c9d4f90c3fed673d5bbb60878334fea04c 100644 (file)
@@ -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() ;
 }