From 0d2f0cb58d26839a8cc14f71cc8769c624b61485 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 23 Feb 2016 18:01:16 -0800 Subject: [PATCH] we don't need $self here --- tests/_boot_to_anaconda.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 1197d468..e55a732f 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -15,7 +15,6 @@ sub get_kernel_line { } sub run { - my $self = shift; # Wait for bootloader to appear if( get_var("UEFI")){ assert_screen "bootloader_uefi", 30;