]> git.proxmox.com Git - qemu-server.git/commitdiff
tests: make module truthy
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Oct 2020 13:33:16 +0000 (15:33 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Oct 2020 13:33:16 +0000 (15:33 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
test/snapshot-test.pm

index cd007250c3f0144b3d998f132ef94c0e0acfd622..8f9f60a8d542b1d037a652e98a7fca6461ee1bc7 100644 (file)
@@ -1,4 +1,4 @@
-package PVE::QemuServer;
+package PVE::QemuServer; ## no critic
 
 use strict;
 use warnings;
@@ -638,3 +638,5 @@ printf("Successful snapshot_rollback with saved vmstate and machine config and r
 testcase_rollback("302", "test", "", { "local:snapshotable-disk-1" => "test" });
 
 done_testing();
+
+1;