summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.pl b/test/test.pl
index a87c227..f071df4 100755
--- a/test/test.pl
+++ b/test/test.pl
@@ -1742,7 +1742,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} = ''; }
my $wpath = $$opts{path};
if ($^O =~ /^msys/) {