bioperl/bioperl-run

Bug in Eponine test

dionys opened this issue · 0 comments

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.