From 0b9f06c176632e6cadf0d5a74b8c02a2b65552d2 Mon Sep 17 00:00:00 2001 From: Debian Med Packaging Team Date: Wed, 19 Jul 2017 10:00:08 +0100 Subject: [PATCH] tests-pluginpath Gbp-Pq: Name tests-pluginpath.patch --- test/test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2