summaryrefslogtreecommitdiff
path: root/bus/test-main.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-22 15:53:09 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-09-19 15:05:39 +0100
commitc0aff8f86a0b6061ed92260b9232c72b5b0ed90b (patch)
tree52e1078e9fcfb6b980754afcd6d5f2db64e44f6a /bus/test-main.c
parent775f77c719de325a0cbf8fb1d56ebbb8f6a923d7 (diff)
downloaddbus-c0aff8f86a0b6061ed92260b9232c72b5b0ed90b.tar.gz
bus_policy_test: remove stub
Diffstat (limited to 'bus/test-main.c')
-rw-r--r--bus/test-main.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/bus/test-main.c b/bus/test-main.c
index a8039d51..1b7c5bea 100644
--- a/bus/test-main.c
+++ b/bus/test-main.c
@@ -130,15 +130,6 @@ main (int argc, char **argv)
test_post_hook ();
}
- if (only == NULL || strcmp (only, "policy") == 0)
- {
- test_pre_hook ();
- printf ("%s: Running policy test\n", argv[0]);
- if (!bus_policy_test (&test_data_dir))
- die ("policy");
- test_post_hook ();
- }
-
if (only == NULL || strcmp (only, "signals") == 0)
{
test_pre_hook ();