Thanks Martin!

On 19.03.2014 20:23, Martin Buchholz wrote:
I expected to see System.out used instead (not that it matters much).

I would write:

System.out.println("'true' command not found; skipping test");

Two cases are mixed here:
- normal run (OS does not have this command),
- erroneous run (OS isn't configured correctly, so the command couldn't be find).

I agree it's not matters much, so no problem to replace the output as you suggest.

Here's the (final?) webrev:
http://cr.openjdk.java.net/~igerasim/6943190/5/webrev/

Sincerely yours,
Ivan

Reply via email to