From 9b0c3bb479efd6d4bf257c718fa53d80007bffd9 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@opera.com> Date: Mon, 3 Nov 2014 14:25:38 +0100 Subject: [PATCH] Don't spam the console with random data. --- lib/modules/SSL.pmod/testsuite.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/SSL.pmod/testsuite.in b/lib/modules/SSL.pmod/testsuite.in index 6beb153247..3e131240bf 100644 --- a/lib/modules/SSL.pmod/testsuite.in +++ b/lib/modules/SSL.pmod/testsuite.in @@ -573,7 +573,7 @@ test_do([[ sprintf("Unexpected result:\n" "Got: %O\n" "Exp: %O\n", - client_recv_buf, exp_data); + client_recv_buf[..32], exp_data[..32]); } } client->close(); -- GitLab