test: Fix success return code for arc4random unit test

This commit is contained in:
Guillem Jover 2016-01-11 02:21:15 +01:00
parent bf5573f86c
commit e4ab2c62cd

View File

@ -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;