summaryrefslogtreecommitdiffstats
path: root/src/tests/simple_access-tests.c
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2014-05-28 15:12:06 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-05-28 17:34:58 +0200
commit8ddcc64e343d6023f358a72a9515a0fa112db83b (patch)
tree1951d3fff5f98e0c797be55afe2c303eb37ce368 /src/tests/simple_access-tests.c
parentfa0e2bc21e1cca4d2196a0682d2b440977923b25 (diff)
downloadsssd-8ddcc64e343d6023f358a72a9515a0fa112db83b.tar.gz
sssd-8ddcc64e343d6023f358a72a9515a0fa112db83b.tar.xz
sssd-8ddcc64e343d6023f358a72a9515a0fa112db83b.zip
TEST: simple_access & sysdb tests - cleanup
Before running tests do cleanup. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/tests/simple_access-tests.c')
-rw-r--r--src/tests/simple_access-tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/simple_access-tests.c b/src/tests/simple_access-tests.c
index 0fa5d049f..999277340 100644
--- a/src/tests/simple_access-tests.c
+++ b/src/tests/simple_access-tests.c
@@ -661,6 +661,7 @@ int main(int argc, const char *argv[])
DEBUG_INIT(debug_level);
tests_set_cwd();
+ test_dom_suite_cleanup(TESTS_PATH, TEST_CONF_FILE, LOCAL_SYSDB_FILE);
Suite *s = access_simple_suite();
SRunner *sr = srunner_create(s);