diff --git a/test/vzdump_new_test.pl b/test/vzdump_new_test.pl index 23676239..8cd73075 100755 --- a/test/vzdump_new_test.pl +++ b/test/vzdump_new_test.pl @@ -61,6 +61,10 @@ $pve_cluster_module->mock( die "unexpected filename '$filename'\n" if $filename ne 'storage.cfg'; return $storage_config; }, + # never update during the tests + cfs_update => sub { + return; + }, ); my $pve_tools_module = Test::MockModule->new('PVE::Tools');