Skip to content

Commit

Permalink
Fix libgit2 issue on leap15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rfan1 committed Mar 27, 2024
1 parent 45831d9 commit 9edb335
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/console/libgit2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ my $python3_version;
my $python_sub_version;

sub run {
return if (is_sle('<15-sp6') || is_leap('<15.6'));

select_serial_terminal;
return if (is_sle('<15-sp6') || is_leap('<15.6'));

# Install libgit2
if (is_sle) {
Expand Down

0 comments on commit 9edb335

Please sign in to comment.