From 361481cfd068bcd610b580dfefb801fe5e538a8d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 28 Aug 2018 16:40:31 +0200 Subject: [PATCH] test: zfspoolplugin: fix perl lib path for test Signed-off-by: Thomas Lamprecht --- test/run_test_zfspoolplugin.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/run_test_zfspoolplugin.pl b/test/run_test_zfspoolplugin.pl index b093eeb..07f579e 100755 --- a/test/run_test_zfspoolplugin.pl +++ b/test/run_test_zfspoolplugin.pl @@ -1,7 +1,10 @@ #!/usr/bin/perl +use lib '..'; + use strict; use warnings; + use Data::Dumper qw(Dumper); use PVE::Storage; use PVE::Cluster;