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