diff --git a/test/arc4random.c b/test/arc4random.c index ec52af1..e5a61f7 100644 --- a/test/arc4random.c +++ b/test/arc4random.c @@ -99,6 +99,8 @@ main(int argc, char **argv) /* XXX: We should probably FAIL the test, but we currently * have one test always failing. */ rc = TEST_SKIP; + } else { + rc = TEST_OK; } return rc;