summaryrefslogtreecommitdiffstats
path: root/src/tests/common.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2014-11-21 14:41:03 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-01-09 15:16:04 +0100
commitcb4742876508a08ba90c82466c9dba708e4bf999 (patch)
tree47333fc91bca25295690b5f9b11658275f49b90f /src/tests/common.h
parent629a188ec71155911301fddc36e360831045d2c6 (diff)
downloadsssd-cb4742876508a08ba90c82466c9dba708e4bf999.tar.gz
sssd-cb4742876508a08ba90c82466c9dba708e4bf999.tar.xz
sssd-cb4742876508a08ba90c82466c9dba708e4bf999.zip
tests: remove code duplication in single domain cleanup
Reviewed-by: Michal Židek <mzidek@redhat.com>
Diffstat (limited to 'src/tests/common.h')
-rw-r--r--src/tests/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/common.h b/src/tests/common.h
index ea3a6c9e9..714be6988 100644
--- a/src/tests/common.h
+++ b/src/tests/common.h
@@ -100,8 +100,8 @@ void test_multidom_suite_cleanup(const char *tests_path,
const char **domains);
void test_dom_suite_cleanup(const char *tests_path,
- const char *confdb_path,
- const char *sysdb_path);
+ const char *cdb_file,
+ const char *domain);
struct tevent_req *
test_request_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, errno_t err);