Signed-off-by: Fabian Ebner <f.eb...@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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to