mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-08 11:02:24 +01:00
test: Fix success return code for arc4random unit test
This commit is contained in:
parent
bf5573f86c
commit
e4ab2c62cd
@ -99,6 +99,8 @@ main(int argc, char **argv)
|
|||||||
/* XXX: We should probably FAIL the test, but we currently
|
/* XXX: We should probably FAIL the test, but we currently
|
||||||
* have one test always failing. */
|
* have one test always failing. */
|
||||||
rc = TEST_SKIP;
|
rc = TEST_SKIP;
|
||||||
|
} else {
|
||||||
|
rc = TEST_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
|
Loading…
Reference in New Issue
Block a user