8342633: javax/management/security/HashedPasswordFileTest.java creates tmp file in src dir
Reviewed-by: dfuchs, amenkov
This commit is contained in:
parent
bf92c49839
commit
de441c2b68
@ -110,9 +110,7 @@ public class HashedPasswordFileTest {
|
||||
}
|
||||
|
||||
private String getPasswordFilePath() {
|
||||
String testDir = System.getProperty("test.src");
|
||||
String testFileName = "jmxremote.password";
|
||||
return testDir + File.separator + testFileName;
|
||||
return "jmxremote.password";
|
||||
}
|
||||
|
||||
private File createNewPasswordFile() throws IOException {
|
||||
|
Loading…
Reference in New Issue
Block a user