5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-08 21:18:03 +03:00

tests: make module truthy

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-10-19 15:33:16 +02:00
parent ce11958aab
commit 2bf945fcb9

View 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;