tests-pluginpath
authorDebian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Sat, 29 Jul 2017 08:38:27 +0000 (09:38 +0100)
committerSascha Steinbiss <satta@debian.org>
Sat, 29 Jul 2017 08:38:27 +0000 (09:38 +0100)
Gbp-Pq: Name tests-pluginpath.patch

test/test.pl

index 75f2d04a863f1996c845a43c839f5f1d58bfef12..ad4a542eaed0175f72d5e37e82747ffad4f81ba9 100755 (executable)
@@ -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;