[pve-devel] [PATCH container 2/5] test: add 'use PVE::LXC::Config' to setup test
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Nov 6 13:36:49 CET 2019
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
src/test/run_setup_tests.pl | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/test/run_setup_tests.pl b/src/test/run_setup_tests.pl
index bb66c01..582a97b 100755
--- a/src/test/run_setup_tests.pl
+++ b/src/test/run_setup_tests.pl
@@ -10,6 +10,7 @@ use PVE::Tools qw(run_command);
use lib qw(..);
use PVE::LXC;
+use PVE::LXC::Config;
use PVE::LXC::Setup;
sub test_file {
--
2.20.1
More information about the pve-devel
mailing list