diff options
Diffstat (limited to 'plugins/tests')
-rwxr-xr-x | plugins/tests/check_http.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/tests/check_http.t b/plugins/tests/check_http.t index a4a45cb..d37856f 100755 --- a/plugins/tests/check_http.t +++ b/plugins/tests/check_http.t | |||
@@ -12,6 +12,9 @@ use HTTP::Daemon; | |||
12 | use HTTP::Status; | 12 | use HTTP::Status; |
13 | use HTTP::Response; | 13 | use HTTP::Response; |
14 | 14 | ||
15 | # set a fixed version, so the header size doesn't vary | ||
16 | $HTTP::Daemon::VERSION = "1.00"; | ||
17 | |||
15 | my $port = 50000 + int(rand(1000)); | 18 | my $port = 50000 + int(rand(1000)); |
16 | 19 | ||
17 | my $pid = fork(); | 20 | my $pid = fork(); |