test: path_to_volume_id

Test to reduce the potential for accidental breakage on regex changes.

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
This commit is contained in:
Alwin Antreich
2020-04-28 15:58:19 +02:00
committed by Fabian Grünbichler
parent 40c795e7df
commit e4dbfde31f
2 changed files with 243 additions and 1 deletions

View File

@ -10,7 +10,7 @@ my $res = $harness->runtests(
"archive_info_test.pm",
"parse_volname_test.pm",
"list_volumes_test.pm",
"path_to_volume_id_test.pm",
);
exit -1 if !$res || $res->{failed} || $res->{parse_errors};