8327998: Enable java/lang/ProcessBuilder/JspawnhelperProtocol.java on Mac

Reviewed-by: gli, shade, rriggs
This commit is contained in:
Elif Aslan 2024-03-26 11:47:53 +00:00 committed by Aleksey Shipilev
parent b9c76dedf4
commit cc1800fa4d

View File

@ -25,7 +25,7 @@
/*
* @test
* @bug 8307990
* @requires (os.family == "linux") | (os.family == "aix")
* @requires (os.family == "linux") | (os.family == "aix") | (os.family == "mac")
* @requires vm.debug
* @requires vm.flagless
* @library /test/lib