From 7a531e4e79a64c135aff26e95575a15ca89521c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 31 May 2017 14:12:51 +0200 Subject: Remove a warning when building tests on recent OTP --- test/sendfile_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/sendfile_SUITE.erl b/test/sendfile_SUITE.erl index fa8e843..ee16f26 100644 --- a/test/sendfile_SUITE.erl +++ b/test/sendfile_SUITE.erl @@ -41,7 +41,7 @@ groups() -> init_per_suite(Config) -> Filename = filename:join(config(priv_dir, Config), "sendfile"), - Binary = crypto:rand_bytes(20 * 1024 * 1024), + Binary = crypto:strong_rand_bytes(20 * 1024 * 1024), ok = file:write_file(Filename, Binary), [{filename, Filename} | Config]. -- cgit v1.2.3