yaffs Some changes to direct/timothy_tests/quick_tests
authorTimothy Manning <tfhmanning@gmail.com>
Fri, 26 Nov 2010 00:09:09 +0000 (13:09 +1300)
committerTimothy Manning <tfhmanning@gmail.com>
Fri, 26 Nov 2010 00:09:09 +0000 (13:09 +1300)
Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
direct/timothy_tests/quick_tests/test_yaffs_access_EROFS.c
direct/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.c

index af3b0d9b5e4ad0a4fd231b8dafd847809ca501c5..5944ec190a04ea83bde4c5ba31a06ca4a4000ddd 100644 (file)
@@ -39,6 +39,5 @@ int test_yaffs_access_EROFS(void)
 
 int test_yaffs_access_EROFS_clean(void)
 {
-       return 1;
        return EROFS_clean();
 }
index 0f0a5b192bfeccba0477f22fab16eaaacccc136e..fef37e5504f1bec111f6583216e8d8cd2004d045 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 test_yaffs_chmod() | EROFS_clean();
 }