From 2bf945fcb96d3a7cf251013576eaec5f1386d877 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 19 Oct 2020 15:33:16 +0200 Subject: [PATCH] tests: make module truthy Signed-off-by: Thomas Lamprecht --- test/snapshot-test.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/snapshot-test.pm b/test/snapshot-test.pm index cd00725..8f9f60a 100644 --- a/test/snapshot-test.pm +++ b/test/snapshot-test.pm @@ -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; -- 2.39.2