mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 05:59:52 +00:00
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…
x
Reference in New Issue
Block a user