On a Mac, the unit tests never finish. Culprit is InputStreamPumper which sets its stop member in the run method; however, run might really be executed after the stopProcessing method is called if the process thread completes before the InputStreamPumper starts.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/exec/trunk@818863 13f79535-47bb-0310-9956-ffa450edef68
1 file changed