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;