From ddd1501c01e281d0a86424980ccdd1e4d7d16046 Mon Sep 17 00:00:00 2001 From: Timothy Manning Date: Fri, 26 Nov 2010 13:09:09 +1300 Subject: [PATCH] yaffs Some changes to direct/timothy_tests/quick_tests Signed-off-by: Timothy Manning --- direct/timothy_tests/quick_tests/test_yaffs_access_EROFS.c | 1 - direct/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/direct/timothy_tests/quick_tests/test_yaffs_access_EROFS.c b/direct/timothy_tests/quick_tests/test_yaffs_access_EROFS.c index af3b0d9..5944ec1 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_access_EROFS.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_access_EROFS.c @@ -39,6 +39,5 @@ int test_yaffs_access_EROFS(void) int test_yaffs_access_EROFS_clean(void) { - return 1; return EROFS_clean(); } 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..fef37e5 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 test_yaffs_chmod() | EROFS_clean(); } -- 2.30.2