mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-07-15 19:52:58 -04:00
Fix small test failure
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2056 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
f4a5259481
commit
4181892bcc
1 changed files with 2 additions and 2 deletions
|
|
@ -75,10 +75,10 @@ $result = NPTest->testCmd( "$command -u /file/root" );
|
|||
is( $result->return_code, 0, "/file/root");
|
||||
like( $result->output, '/^HTTP OK HTTP/1.1 200 OK - 274 bytes in [\d\.]+ seconds/', "Output correct" );
|
||||
|
||||
TODO: {
|
||||
local $TODO = "Output is different if a string is requested - should this be right?";
|
||||
$result = NPTest->testCmd( "$command -u /file/root -s Root" );
|
||||
is( $result->return_code, 0, "/file/root search for string");
|
||||
TODO: {
|
||||
local $TODO = "Output is different if a string is requested - should this be right?";
|
||||
like( $result->output, '/^HTTP OK HTTP/1.1 200 OK - 274 bytes in [\d\.]+ seconds/', "Output correct" );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue