jadb/test
Jari Hämäläinen d765e8f97f Don't use System.out as parameter in executeShell test
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.
2017-01-28 18:41:24 +02:00
..
data Refactor: Cleaning up forceInstall 2016-05-13 21:40:14 +02:00
se/vidstige/jadb/test Don't use System.out as parameter in executeShell test 2017-01-28 18:41:24 +02:00