summaryrefslogtreecommitdiff
path: root/test/format/t.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/format/t.c')
-rw-r--r--test/format/t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/format/t.c b/test/format/t.c
index 12258af8e51..41bdea11e73 100644
--- a/test/format/t.c
+++ b/test/format/t.c
@@ -115,7 +115,7 @@ main(int argc, char *argv[])
argv += __wt_optind;
/* Initialize the global RNG. */
- testutil_check(__wt_random_init_seed(NULL, &g.rnd));
+ __wt_random_init_seed(NULL, &g.rnd);
/* Set up paths. */
path_setup(home);