summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/t/check_swap.t2
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)
42cmp_ok( $result->return_code, "==", 2, 'Get critical because not 100% free' ); 42cmp_ok( $result->return_code, "==", 2, 'Get critical because not 100% free' );
43like( $result->output, $warnOutput, "Right output" ); 43like( $result->output, $failureOutput, "Right output" );