summaryrefslogtreecommitdiffstats
path: root/src/tests/auth-tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/auth-tests.c')
-rw-r--r--src/tests/auth-tests.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/auth-tests.c b/src/tests/auth-tests.c
index 71215bcd..64864090 100644
--- a/src/tests/auth-tests.c
+++ b/src/tests/auth-tests.c
@@ -37,6 +37,7 @@
#include "util/util.h"
#include "confdb/confdb.h"
#include "db/sysdb.h"
+#include "tests/common.h"
#define TESTS_PATH "tests_auth"
#define TEST_CONF_FILE "tests_conf.ldb"
@@ -319,6 +320,8 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
+ tests_set_cwd();
+
ret = clean_db_dir();
if (ret != EOK) {
fprintf(stderr, "Could not delete the db directory (%d) (%s)\n",