Skip to content

Commit cc1800f

Browse files
elifaslan1shipilev
authored andcommitted
8327998: Enable java/lang/ProcessBuilder/JspawnhelperProtocol.java on Mac
Reviewed-by: gli, shade, rriggs
1 parent b9c76de commit cc1800f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/java/lang/ProcessBuilder/JspawnhelperProtocol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/*
2626
* @test
2727
* @bug 8307990
28-
* @requires (os.family == "linux") | (os.family == "aix")
28+
* @requires (os.family == "linux") | (os.family == "aix") | (os.family == "mac")
2929
* @requires vm.debug
3030
* @requires vm.flagless
3131
* @library /test/lib

0 commit comments

Comments
 (0)