summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2015-08-28 03:36:58 -0400
committerJakub Hrozek <jhrozek@redhat.com>2015-08-31 17:50:53 +0200
commite0f2a783439fb7d3b85469f34ad6d672abf7e1fa (patch)
treecc7d19fde678aafe09b33229c474095818f98ef5
parentf02b62138466c876f6e8d6382769105f2e920d96 (diff)
downloadsssd-e0f2a783439fb7d3b85469f34ad6d672abf7e1fa.tar.gz
sssd-e0f2a783439fb7d3b85469f34ad6d672abf7e1fa.tar.xz
sssd-e0f2a783439fb7d3b85469f34ad6d672abf7e1fa.zip
TESTS: fix fail in test_id_cleanup_exp_group
Test was named same as the folder containing its data. Resolves: https://fedorahosted.org/sssd/ticket/2768 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
-rw-r--r--src/tests/cmocka/test_ldap_id_cleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/cmocka/test_ldap_id_cleanup.c b/src/tests/cmocka/test_ldap_id_cleanup.c
index ce7f909d5..8dde69e67 100644
--- a/src/tests/cmocka/test_ldap_id_cleanup.c
+++ b/src/tests/cmocka/test_ldap_id_cleanup.c
@@ -36,7 +36,7 @@
#include "providers/ldap/ldap_opts.h"
#include "providers/ipa/ipa_opts.h"
-#define TESTS_PATH "test_ldap_id_cleanup"
+#define TESTS_PATH "tests_ldap_id_cleanup"
#define TEST_CONF_FILE "tests_conf.ldb"
struct sysdb_test_ctx {