diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-26 09:04:11 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-04 12:41:30 -0500 |
commit | 9fb59763bce293c2490e0b9f8e97bb1f74ba0910 (patch) | |
tree | bebd5ddc3975da122a34a09a5781b26025b96720 /src/tests/auth-tests.c | |
parent | 07a2e0b66a1c4688825e07fa88d37886fec4770c (diff) | |
download | sssd-9fb59763bce293c2490e0b9f8e97bb1f74ba0910.tar.gz sssd-9fb59763bce293c2490e0b9f8e97bb1f74ba0910.tar.xz sssd-9fb59763bce293c2490e0b9f8e97bb1f74ba0910.zip |
Add --with-test-dir option to configure
All 'make check' tests will chdir() into this directory before
running the suite. This provides the option of having temporary
files generated in a tmpfs or ramdisk
Diffstat (limited to 'src/tests/auth-tests.c')
-rw-r--r-- | src/tests/auth-tests.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/auth-tests.c b/src/tests/auth-tests.c index 71215bcd2..64864090b 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", |