Skip to content

Commit

Permalink
Merge pull request os-autoinst#15831 from Vogtinator/brokenclearing
Browse files Browse the repository at this point in the history
tests/locale/keymap_or_locale_x11: Remove broken clear_console
  • Loading branch information
DimStar77 committed Nov 3, 2022
2 parents d816aad + 85161b3 commit e7e60ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/locale/keymap_or_locale_x11.pm
Expand Up @@ -12,12 +12,10 @@ use base "locale";
use strict;
use warnings;
use testapi;
use utils 'clear_console';


sub run {
my ($self) = @_;
clear_console;
select_console('x11');
# uncomment in case of different keyboard than us is used during installation ( feature not ready yet )
# my $expected = get_var('INSTALL_KEYBOARD_LAYOUT','us');
Expand Down

0 comments on commit e7e60ae

Please sign in to comment.