mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-17 19:25:57 +02:00
test: Fix success return code for arc4random unit test
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user