summaryrefslogtreecommitdiffstats
path: root/src/tests/ipa_hbac-tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/ipa_hbac-tests.c')
-rw-r--r--src/tests/ipa_hbac-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/ipa_hbac-tests.c b/src/tests/ipa_hbac-tests.c
index a1dd2fa41..2e9cbf545 100644
--- a/src/tests/ipa_hbac-tests.c
+++ b/src/tests/ipa_hbac-tests.c
@@ -704,7 +704,7 @@ START_TEST(ipa_hbac_test_allow_srchost)
result = hbac_evaluate(rules, eval_req, &info);
fail_unless(result == HBAC_EVAL_DENY,
"Expected [%s], got [%s]; "
- "Error: [%s](%s)",
+ "Error: [%s]",
hbac_result_string(HBAC_EVAL_DENY),
hbac_result_string(result),
info ? hbac_error_string(info->code):"Unknown");