From: Debian Med Packaging Team Date: Wed, 19 Jul 2017 09:00:08 +0000 (+0100) Subject: tests-pluginpath X-Git-Tag: archive/raspbian/1.4.1-2+rpi1~1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0b9f06c176632e6cadf0d5a74b8c02a2b65552d2;p=bcftools.git tests-pluginpath Gbp-Pq: Name tests-pluginpath.patch --- diff --git a/test/test.pl b/test/test.pl index 75f2d04..ad4a542 100755 --- a/test/test.pl +++ b/test/test.pl @@ -859,7 +859,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; $args{cmd} =~ s/{PATH}/$$opts{path}/g;