clear the right sys prop

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294187 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-02-27 15:39:01 +00:00
parent b51ee44c39
commit 2f1622a1f6
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class TestMultiCoreConfBootstrap extends SolrTestCaseJ4 {
@Override
@After
public void tearDown() throws Exception {
System.clearProperty("bootstrap_confdir");
System.clearProperty("bootstrap_conf");
System.clearProperty("zkHost");
System.clearProperty("solr.solr.home");