]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
pve-ha-tester: use correct lib path
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 28 Sep 2018 10:48:50 +0000 (12:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 Sep 2018 12:06:59 +0000 (14:06 +0200)
since we want to test the version from the current working tree, and not
the installed one.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/pve-ha-tester

index 914d0bb688dd8d91925bccc86888f8e201429079..0f1f14e1629aaa44b9f35f4026665a1afbaef15a 100755 (executable)
@@ -3,7 +3,8 @@
 use strict;
 use warnings;
 use JSON;
-use lib '..';
+
+use lib '.';
 
 use PVE::Tools;
 use PVE::HA::Config;