From: Debian Med Packaging Team Date: Sat, 29 Jul 2017 09:40:04 +0000 (+0100) Subject: tests-pluginpath X-Git-Tag: archive/raspbian/1.4.1-2+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8df62e683ab03608002eda230b519579db129d95;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}");