From: Alan T. DeKok Date: Tue, 18 Mar 2025 08:15:15 +0000 (+0700) Subject: allow 100 chars X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa9bef51bf2d938288b19c5b089b1cf86f1e71e;p=thirdparty%2Ffreeradius-server.git allow 100 chars --- diff --git a/src/bin/unit_test_attribute.c b/src/bin/unit_test_attribute.c index 8f397ed7a8a..c40a3c2f407 100644 --- a/src/bin/unit_test_attribute.c +++ b/src/bin/unit_test_attribute.c @@ -368,7 +368,7 @@ static void mismatch_print(command_file_ctx_t *cc, char const *command, e++; } - if (expected_len < 80) { + if (expected_len < 100) { char const *spaces = " "; ERROR(" got : %.*s", (int) got_len, got);