mirror of
https://github.com/revanced/jadb.git
synced 2025-02-11 09:36:48 +01:00
Using System.out as parameter for executeShell causes test run to stop in Windows host. Probably because deprecated executeShell closes the given output stream. Changed parameter stream in test to ByteArrayOutputStream to allow tests to run in Windows system. Resulting byte array is then written to System.out to preserve old behavior.