We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0417f36 commit 523e05aCopy full SHA for 523e05a
qa/packaging/src/test/java/org/elasticsearch/packaging/test/WindowsServiceTests.java
@@ -212,6 +212,7 @@ public void test33JavaChanged() throws Exception {
212
sh.getEnv().remove("ES_JAVA_HOME");
213
assertCommand(serviceScript + " start");
214
assertStartedAndStop();
215
+ assertCommand(serviceScript + " remove");
216
} finally {
217
FileUtils.rm(alternateJdk);
218
}
0 commit comments