diff --git a/src/test/parse_volname_test.pm b/src/test/parse_volname_test.pm index e2409d6..5c9478a 100644 --- a/src/test/parse_volname_test.pm +++ b/src/test/parse_volname_test.pm @@ -48,6 +48,14 @@ my $tests = [ # # container templates # + { + description => 'Container template tar', + volname => 'vztmpl/debian-10.0-standard_10.0-1_amd64.tar', + expected => [ + 'vztmpl', 'debian-10.0-standard_10.0-1_amd64.tar', undef, undef, undef, undef, + 'raw', + ], + }, { description => 'Container template tar.gz', volname => 'vztmpl/debian-10.0-standard_10.0-1_amd64.tar.gz',