diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-09 13:16:52 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-09 13:16:52 (GMT) |
commit | f8c6d8b52eb946f3ceae64acc853e21a4acfc01e (patch) | |
tree | fe6f29bbe69174216ede3255edc7aa814e72200f /lib/tests/test_utils.c | |
parent | 4d5eb82a47261dae0e866d82bca6648a2048e01b (diff) | |
download | monitoring-plugins-f8c6d8b52eb946f3ceae64acc853e21a4acfc01e.tar.gz |
Fix test from last commit
Diffstat (limited to 'lib/tests/test_utils.c')
-rw-r--r-- | lib/tests/test_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/test_utils.c b/lib/tests/test_utils.c index 5ad3f8a..86a17dc 100644 --- a/lib/tests/test_utils.c +++ b/lib/tests/test_utils.c | |||
@@ -29,7 +29,7 @@ main (int argc, char **argv) | |||
29 | thresholds *thresholds = NULL; | 29 | thresholds *thresholds = NULL; |
30 | int rc; | 30 | int rc; |
31 | 31 | ||
32 | plan_tests(82); | 32 | plan_tests(81); |
33 | 33 | ||
34 | range = parse_range_string("6"); | 34 | range = parse_range_string("6"); |
35 | ok( range != NULL, "'6' is valid range"); | 35 | ok( range != NULL, "'6' is valid range"); |