From eee7448d380c7c5e4a335e3a462792337fe6a84c Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 3 May 2015 19:45:17 +0200 Subject: Hardcode a different tests directory --- src/tests/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/common.c b/src/tests/common.c index 16c051656..bd2d3fe53 100644 --- a/src/tests/common.c +++ b/src/tests/common.c @@ -31,7 +31,7 @@ tests_set_cwd(void) { int ret; - ret = chdir(TEST_DIR); + ret = chdir("/var/tmp/sssd"); if (ret == -1) { fprintf(stderr, "Could not chdir to [%s].\n" "Attempting to continue with current dir\n", TEST_DIR); -- cgit