From 83b219146428cf73a3ced63272462de16da9e4bd Mon Sep 17 00:00:00 2001 From: Fabian Ebner Date: Thu, 22 Oct 2020 12:30:11 +0200 Subject: [PATCH] remove outdated comment Commit df5875b41e12d164cfe3c722e929f4c41fc94d34 moved the all/exclude logic into the single method Signed-off-by: Fabian Ebner --- test/vzdump_guest_included_test.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/vzdump_guest_included_test.pl b/test/vzdump_guest_included_test.pl index a0f40a55..eb663ad3 100755 --- a/test/vzdump_guest_included_test.pl +++ b/test/vzdump_guest_included_test.pl @@ -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; -- 2.39.5