mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-15 12:55:07 +00:00
If java test return none zero, the value will be override by 'if' statement, the exit value will always '0' and pass. Fix by recording the result in a variable. Reviewed-by: coleenp, dholmes, iklam