test: zfspoolplugin: fix perl lib path for test

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2018-08-28 16:40:31 +02:00
parent ba842a3f72
commit 361481cfd0

View File

@ -1,7 +1,10 @@
#!/usr/bin/perl
use lib '..';
use strict;
use warnings;
use Data::Dumper qw(Dumper);
use PVE::Storage;
use PVE::Cluster;