From fed2fdded1060d24bd721fe3fe16034567a7e284 Mon Sep 17 00:00:00 2001 From: Michal Židek Date: Wed, 18 Nov 2015 16:18:49 +0100 Subject: ldap_local_override_test: Remove sss_cache from teardown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The local override tests were added after we alredy removed the sss_cache call from teardowns in other tests. See commit: 782d39e3916d16b8dbba6ae97aca1db2f3c35d76 Revert "intg: Invalidate memory cache before removing files" Reviewed-by: Lukáš Slebodník --- src/tests/intg/ldap_local_override_test.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tests') diff --git a/src/tests/intg/ldap_local_override_test.py b/src/tests/intg/ldap_local_override_test.py index b5574670..235c1c93 100644 --- a/src/tests/intg/ldap_local_override_test.py +++ b/src/tests/intg/ldap_local_override_test.py @@ -109,7 +109,6 @@ def create_sssd_fixture(request): stop_sssd() except: pass - subprocess.call(["sss_cache", "-E"]) for path in os.listdir(config.DB_PATH): os.unlink(config.DB_PATH + "/" + path) for path in os.listdir(config.MCACHE_PATH): -- cgit