From: Debian Med Packaging Team Date: Tue, 26 Apr 2016 05:24:50 +0000 (+0100) Subject: tests-pluginpath X-Git-Tag: archive/raspbian/1.4.1-2+rpi1~2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9f50db646a4bb539ef9f0af59f251c637ede7672;p=bcftools.git tests-pluginpath Gbp-Pq: Name tests-pluginpath.patch --- diff --git a/test/test.pl b/test/test.pl index a897afd..9ae53f5 100755 --- a/test/test.pl +++ b/test/test.pl @@ -776,7 +776,7 @@ sub test_vcf_plugin { my ($opts,%args) = @_; if ( !$$opts{test_plugins} ) { return; } - $ENV{BCFTOOLS_PLUGINS} = "$$opts{bin}/plugins"; + $ENV{BCFTOOLS_PLUGINS} = "$$opts{bin}/plugins:"; if ( !exists($args{args}) ) { $args{args} = ''; } $args{args} =~ s/{PATH}/$$opts{path}/g; bgzip_tabix_vcf($opts,"$args{in}");