Skip to content

Commit c263bc5

Browse files
elifaslan1Paul Hohensee
authored andcommitted
8327998: Enable java/lang/ProcessBuilder/JspawnhelperProtocol.java on Mac
Backport-of: cc1800fa4de3c1369efd46f5ca967ea82763f5d5
1 parent 0bfb53c commit c263bc5

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)