From 512a73ef7e40be5ec95604bd7a7a41455008f84a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 12 Apr 2024 10:32:35 +0200 Subject: Merging debian version 2.4.59-1. Signed-off-by: Daniel Baumann --- debian/perl-framework/Apache-Test/lib/Apache/TestCommon.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/perl-framework/Apache-Test/lib/Apache/TestCommon.pm') diff --git a/debian/perl-framework/Apache-Test/lib/Apache/TestCommon.pm b/debian/perl-framework/Apache-Test/lib/Apache/TestCommon.pm index e65d1d3..9722bc2 100644 --- a/debian/perl-framework/Apache-Test/lib/Apache/TestCommon.pm +++ b/debian/perl-framework/Apache-Test/lib/Apache/TestCommon.pm @@ -53,7 +53,7 @@ sub run_write_test { $received += length $chunk; }); - ok t_cmp($length, $received, 'bytes in body'); + ok t_cmp($received, $length, 'bytes in body'); } } } -- cgit v1.2.3