8244973: serviceability/attach/RemovingUnixDomainSocketTest.java fails "stderr was not empty"
Reviewed-by: dholmes, sspitsyn
This commit is contained in:
parent
43da9ff24e
commit
9a0463165d
@ -65,8 +65,8 @@ public class RemovingUnixDomainSocketTest {
|
|||||||
"jcmd stderr: [" + out.getStderr() + "]\n" +
|
"jcmd stderr: [" + out.getStderr() + "]\n" +
|
||||||
"jcmd exitValue = " + out.getExitValue());
|
"jcmd exitValue = " + out.getExitValue());
|
||||||
|
|
||||||
out.stderrShouldBeEmptyIgnoreVMWarnings()
|
out.shouldHaveExitValue(0)
|
||||||
.stderrShouldBeEmpty();
|
.stderrShouldBeEmptyIgnoreVMWarnings();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String... args) throws Exception {
|
public static void main(String... args) throws Exception {
|
||||||
|
Loading…
Reference in New Issue
Block a user