Skip to content

Commit bfb4231

Browse files
SapMachine SAP#1886: FileSocketTransportTest fails in SapMachine17
1 parent a3cbfb9 commit bfb4231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/com/sun/jdi/FileSocketTransportTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public static void main(String[] args) throws Throwable {
9090
opts.add("--sleep");
9191

9292
// First check if we get the expected errors.
93-
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
93+
ProcessBuilder pb = ProcessTools.createLimitedTestJavaProcessBuilder(
9494
opts.toArray(new String[0]));
9595
Process proc = pb.start();
9696
new Thread(() -> {

0 commit comments

Comments
 (0)