]> git.proxmox.com Git - pve-manager.git/commitdiff
remove outdated comment
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 22 Oct 2020 10:30:11 +0000 (12:30 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Oct 2020 14:29:26 +0000 (16:29 +0200)
Commit df5875b41e12d164cfe3c722e929f4c41fc94d34 moved the
all/exclude logic into the single method

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
test/vzdump_guest_included_test.pl

index a0f40a55319fdf65a8050b020d4089b6438b13d7..eb663ad39be0c7902d10f91bcfdc36f84c375e6f 100755 (executable)
@@ -1,9 +1,5 @@
 #!/usr/bin/perl
 
-# Some of the tests can only be applied once the whole include logic is moved
-# into one single method. Right now parts of it, (all, exclude)  are in the
-# PVE::VZDump->exec_backup() method.
-
 use strict;
 use warnings;