From: Timothy Manning Date: Fri, 26 Nov 2010 00:09:09 +0000 (+1300) Subject: yaffs Some changes to direct/timothy_tests/quick_tests X-Git-Tag: linux-mainline-patchset-4~49 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=ddd1501c01e281d0a86424980ccdd1e4d7d16046;ds=sidebyside yaffs Some changes to direct/timothy_tests/quick_tests Signed-off-by: Timothy Manning --- 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(); }