mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-07 09:48:12 +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
|
||||
* have one test always failing. */
|
||||
rc = TEST_SKIP;
|
||||
} else {
|
||||
rc = TEST_OK;
|
||||
}
|
||||
|
||||
return rc;
|
||||
|
Loading…
Reference in New Issue
Block a user