summaryrefslogtreecommitdiffstats
path: root/src/tests/common_dom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/common_dom.c')
-rw-r--r--src/tests/common_dom.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/tests/common_dom.c b/src/tests/common_dom.c
index 41f876555..46ea0b782 100644
--- a/src/tests/common_dom.c
+++ b/src/tests/common_dom.c
@@ -292,19 +292,6 @@ create_dom_test_ctx(TALLOC_CTX *mem_ctx,
id_provider, params);
}
-void test_dom_suite_setup(const char *tests_path)
-{
- errno_t ret;
-
- /* Create tests directory if it doesn't exist */
- /* (relative to current dir) */
- ret = mkdir(tests_path, 0775);
- if (ret != 0 && errno != EEXIST) {
- DEBUG(SSSDBG_CRIT_FAILURE,
- "Could not create test directory\n");
- }
-}
-
void test_multidom_suite_cleanup(const char *tests_path,
const char *cdb_file,
const char **domains)