bioperl / bioperl-run

BioPerl wrappers
http://bioperl.org
Other
35 stars 17 forks source link

Bug in Eponine test #59

Open dionys opened 5 years ago

dionys commented 5 years ago

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.