]> git.proxmox.com Git - qemu-server.git/blobdiff - test/test_get_replicatable_volumes.pl
start: make not being able to set polling interval for ballooning non-critical
[qemu-server.git] / test / test_get_replicatable_volumes.pl
index 5f698869dd17b62c07172ce012f6db114140c96d..d90e4f8aee49907560d9da481152d31e7830035b 100755 (executable)
@@ -49,7 +49,7 @@ my $expect;
 my $test_name = "test non existent storage";
 
 eval {  $volumes = PVE::QemuConfig->get_replicatable_volumes($storecfg, $vmid, $conf, 0, 0); };
-is($@, "storage 'non-existent-store' does not exists\n", $test_name);
+is($@, "storage 'non-existent-store' does not exist\n", $test_name);
 
 
 $test_name = "test with disk from other VM (not owner)";