summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/tests/check_curl.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tests/check_curl.t b/plugins/tests/check_curl.t
index 94058d5b..e027b6f4 100755
--- a/plugins/tests/check_curl.t
+++ b/plugins/tests/check_curl.t
@@ -538,7 +538,7 @@ sub run_common_tests {
538 538
539 $result = NPTest->testCmd( "$command -u /header_broken_check" ); 539 $result = NPTest->testCmd( "$command -u /header_broken_check" );
540 is( $result->return_code, 0, "header_check search for string"); 540 is( $result->return_code, 0, "header_check search for string");
541 like( $result->output, '/.*HTTP/1.1 200 OK - 138 bytes in [\d\.]+ second.*/', "Output correct" ); 541 like( $result->output, '/.*HTTP/1.1 200 OK - \d+ bytes in [\d\.]+ second.*/', "Output correct" );
542 542
543 my $cmd; 543 my $cmd;
544 $cmd = "$command -u /slow"; 544 $cmd = "$command -u /slow";