summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-13 13:21:10 +0100
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-13 13:21:10 +0100
commitc61b5ef06a83b5fa2d48b256532f30ec5def3658 (patch)
tree4dfab8097a5bc513b5561f6813e6b6504fecf5b1
parent285000a2ad1198046275f5bd5b47227f1cd66471 (diff)
downloadmonitoring-plugins-c61b5ef06a83b5fa2d48b256532f30ec5def3658.tar.gz
Update more tests to current output
-rw-r--r--plugins/t/check_tcp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_tcp.t b/plugins/t/check_tcp.t
index b47caab3..5c8fd0be 100644
--- a/plugins/t/check_tcp.t
+++ b/plugins/t/check_tcp.t
@@ -23,7 +23,7 @@ my $internet_access = getTestParameter("NP_INTERNET_ACCESS", "Is this system
23 23
24my $successOutput = '/Connection time\s+[0-9]?\.?[0-9]+s is within thresholds+/'; 24my $successOutput = '/Connection time\s+[0-9]?\.?[0-9]+s is within thresholds+/';
25 25
26my $failedExpect = '/\sUnexpected response from host/socket on port [0-9]+/'; 26my $failedExpect = '/Answer failed to match/';
27 27
28my $t; 28my $t;
29 29