Bug in Eponine test
dionys opened this issue · 0 comments
dionys commented
The t/Eponine.t
test failed if Java not installed.
There is an error in line 20:
open(my $PIPE,"java -version 2>&1 |") || exit;
If Java not installed the test just exits and the test plan fails.