diff options
Diffstat (limited to 'plugins/t')
-rw-r--r-- | plugins/t/check_swap.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_swap.t b/plugins/t/check_swap.t index f40d9ef..f58c412 100644 --- a/plugins/t/check_swap.t +++ b/plugins/t/check_swap.t | |||
@@ -40,4 +40,4 @@ like( $result->output, $warnOutput, "Right output" ); | |||
40 | 40 | ||
41 | $result = NPTest->testCmd( "./check_swap -c 100%" ); # 100% (single threshold, always critical) | 41 | $result = NPTest->testCmd( "./check_swap -c 100%" ); # 100% (single threshold, always critical) |
42 | cmp_ok( $result->return_code, "==", 2, 'Get critical because not 100% free' ); | 42 | cmp_ok( $result->return_code, "==", 2, 'Get critical because not 100% free' ); |
43 | like( $result->output, $warnOutput, "Right output" ); | 43 | like( $result->output, $failureOutput, "Right output" ); |