[pve-devel] [PATCH manager 03/12] test: vzdump: adapt to new default

Fabian Ebner f.ebner at proxmox.com
Fri Jun 4 15:49:37 CEST 2021


Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---

Build-depends on the new default in pve-guest-common

 test/vzdump_new_test.pl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/vzdump_new_test.pl b/test/vzdump_new_test.pl
index a8f70d62..23676239 100755
--- a/test/vzdump_new_test.pl
+++ b/test/vzdump_new_test.pl
@@ -92,9 +92,9 @@ my @tests = (
 	description => 'no params',
 	expected => {
 	    'prune-backups' => {
-		'keep-last' => 1,
+		'keep-all' => 1,
 	    },
-	    remove => 1,
+	    remove => 0,
 	},
     },
     # TODO make parse error critical?
@@ -105,9 +105,9 @@ my @tests = (
 	},
 	expected => {
 	    'prune-backups' => {
-		'keep-last' => 1,
+		'keep-all' => 1,
 	    },
-	    remove => 1,
+	    remove => 0,
 	},
     },
     {
-- 
2.30.2






More information about the pve-devel mailing list