aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xplugins/tests/check_http.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/tests/check_http.t b/plugins/tests/check_http.t
index a4a45cb8..d37856f8 100755
--- a/plugins/tests/check_http.t
+++ b/plugins/tests/check_http.t
@@ -12,6 +12,9 @@ use HTTP::Daemon;
use HTTP::Status;
use HTTP::Response;
+# set a fixed version, so the header size doesn't vary
+$HTTP::Daemon::VERSION = "1.00";
+
my $port = 50000 + int(rand(1000));
my $pid = fork();