From a6c4705a46ca3e68e386c031e259fe6072ecf0ea Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 15 May 2020 19:32:21 +0200 Subject: [PATCH] tests: re-add virt "none" negative test Signed-off-by: Thomas Lamprecht --- test/archive_info_test.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/test/archive_info_test.pm b/test/archive_info_test.pm index 67c6075..2d1405b 100644 --- a/test/archive_info_test.pm +++ b/test/archive_info_test.pm @@ -94,6 +94,7 @@ my $non_bkp_suffix = { 'openvz' => [ 'zip', 'tgz.lzo', 'tar.bz2', 'zip.gz', '', ], 'lxc' => [ 'zip', 'tgz.lzo', 'tar.bz2', 'zip.gz', '', ], 'qemu' => [ 'vma.xz', 'vms.gz', 'vmx.zst', '', ], + 'none' => [ 'tar.gz', ], }; # create tests for failed matches