aboutsummaryrefslogtreecommitdiff
path: root/lib/tests/test_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/test_utils.c')
-rw-r--r--lib/tests/test_utils.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/tests/test_utils.c b/lib/tests/test_utils.c
index 12252f48..8c3ee229 100644
--- a/lib/tests/test_utils.c
+++ b/lib/tests/test_utils.c
@@ -38,7 +38,7 @@ main (int argc, char **argv)
state_data *temp_state_data;
time_t current_time;
- plan_tests(150);
+ plan_tests(151);
ok( this_monitoring_plugin==NULL, "monitoring_plugin not initialised");
@@ -440,6 +440,8 @@ main (int argc, char **argv)
ok( this_monitoring_plugin==NULL, "Free'd this_monitoring_plugin" );
+ ok( mp_suid() == FALSE, "test aren't suid" );
+
return exit_status();
}