jnr / jnr-posix

Java Posix layer
Other
241 stars 91 forks source link

GroupTest: do not use deprecated Runtime.exec(String) #181

Closed Flowdalic closed 1 year ago

Flowdalic commented 1 year ago

Instead of using the deprecated Runtime.exec(String) method, we now use Runtime.exec(String[]).

Flowdalic commented 1 year ago

friendly ping :)

enebo commented 1 year ago

@Flowdalic most sensible to change this before someone tells us Java X is broken. Sorry we missed this PR.