]> git.proxmox.com Git - pve-storage.git/commitdiff
test: zfspoolplugin: fix perl lib path for test
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 28 Aug 2018 14:40:31 +0000 (16:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 28 Aug 2018 14:40:31 +0000 (16:40 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
test/run_test_zfspoolplugin.pl

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