From 0750a984c9c35b9eb954a464797567fc8feae72d 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 be30864709752195926f0a06c8f0d4d11c3c3302 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