Signed-off-by: Christian Ludwig --- src/test/get_subdir_test.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/get_subdir_test.pm b/src/test/get_subdir_test.pm index 5fb5445..5be6de8 100644 --- a/src/test/get_subdir_test.pm +++ b/src/test/get_subdir_test.pm @@ -19,6 +19,8 @@ my $tests = [ # failed matches [$scfg_with_path, 'none', "unknown vtype 'none'\n"], [{}, 'iso', "storage definition has no path\n"], + # efi-firmware vtype returns /efi-firmware + [$scfg_with_path, 'efi-firmware', "$scfg_with_path->{path}/efi-firmware"], ]; # creates additional positive tests -- 2.34.1