diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-13 13:21:10 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-13 13:21:10 +0100 |
commit | c61b5ef06a83b5fa2d48b256532f30ec5def3658 (patch) | |
tree | 4dfab8097a5bc513b5561f6813e6b6504fecf5b1 | |
parent | 285000a2ad1198046275f5bd5b47227f1cd66471 (diff) | |
download | monitoring-plugins-c61b5ef06a83b5fa2d48b256532f30ec5def3658.tar.gz |
Update more tests to current output
-rw-r--r-- | plugins/t/check_tcp.t | 2 |
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 | ||
24 | my $successOutput = '/Connection time\s+[0-9]?\.?[0-9]+s is within thresholds+/'; | 24 | my $successOutput = '/Connection time\s+[0-9]?\.?[0-9]+s is within thresholds+/'; |
25 | 25 | ||
26 | my $failedExpect = '/\sUnexpected response from host/socket on port [0-9]+/'; | 26 | my $failedExpect = '/Answer failed to match/'; |
27 | 27 | ||
28 | my $t; | 28 | my $t; |
29 | 29 | ||