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:
parent
ce11958aab
commit
2bf945fcb9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user