mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-04 16:20:32 +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