Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudogene committed Jun 14, 2016
1 parent 5be0076 commit cc1c6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/test.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use strict;
use warnings;
use Test::More tests => 1;
my $output) = q{};
my $output = q{};
system
'wget -q ftp://ftp.ensembl.org/pub/release-84/fasta/canis_familiaris/dna/Canis_familiaris.CanFam3.1.dna.chromosome.10.fa.gz >/dev/null 2>/dev/null';
system 'gunzip Canis_familiaris.CanFam3.1.dna.chromosome.10.fa.gz';
Expand Down

0 comments on commit cc1c6e5

Please sign in to comment.