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 exitValue = " + out.getExitValue());
|
||||
|
||||
out.stderrShouldBeEmptyIgnoreVMWarnings()
|
||||
.stderrShouldBeEmpty();
|
||||
out.shouldHaveExitValue(0)
|
||||
.stderrShouldBeEmptyIgnoreVMWarnings();
|
||||
}
|
||||
|
||||
public static void main(String... args) throws Exception {
|
||||
|
Loading…
Reference in New Issue
Block a user