test: filesystem_path

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
This commit is contained in:
Alwin Antreich
2020-04-28 15:58:25 +02:00
committed by Fabian Grünbichler
parent ddd313c95e
commit 2eb7ba261d
2 changed files with 92 additions and 0 deletions

View File

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