Skip to content

Commit

Permalink
Load the missing sub
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Szekely <[email protected]>
  • Loading branch information
feri committed Jan 12, 2024
1 parent dd074f2 commit 0d61c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/selinuxtest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use warnings;
use testapi;
use serial_terminal 'select_serial_terminal';
use utils;
use version_utils qw(is_alp);
use version_utils qw(is_alp is_sle_micro);
use Utils::Backends 'is_pvm';
use bootloader_setup qw(add_grub_cmdline_settings replace_grub_cmdline_settings);
use power_action_utils 'power_action';
Expand Down

0 comments on commit 0d61c90

Please sign in to comment.