mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
JDK-8327246: fixed test issue as identified by @dholmes
This commit is contained in:
parent
22f27bee7c
commit
032897f044
@ -62,6 +62,6 @@ public class PrintClasses {
|
|||||||
|
|
||||||
pb.command(new PidJcmdExecutor().getCommandLine("VM.classes", "-location"));
|
pb.command(new PidJcmdExecutor().getCommandLine("VM.classes", "-location"));
|
||||||
output = new OutputAnalyzer(pb.start());
|
output = new OutputAnalyzer(pb.start());
|
||||||
output.stdoutContains(".*(file:/|jar:).*");
|
output.stdoutShouldMatch("^.*(file:/|jar:).*$");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user