mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Adjust check_swap tests
This commit is contained in:
parent
675f208476
commit
60614121d1
1 changed files with 1 additions and 1 deletions
|
|
@ -40,4 +40,4 @@ like( $result->output, $warnOutput, "Right output" );
|
|||
|
||||
$result = NPTest->testCmd( "./check_swap -c 100%" ); # 100% (single threshold, always critical)
|
||||
cmp_ok( $result->return_code, "==", 2, 'Get critical because not 100% free' );
|
||||
like( $result->output, $warnOutput, "Right output" );
|
||||
like( $result->output, $failureOutput, "Right output" );
|
||||
|
|
|
|||
Loading…
Reference in a new issue