test: zfspoolplugin: fix perl lib path for test
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -1,7 +1,10 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
use lib '..';
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use Data::Dumper qw(Dumper);
|
||||
use PVE::Storage;
|
||||
use PVE::Cluster;
|
||||
|
||||
Reference in New Issue
Block a user