diff --git a/Yard.pm b/Yard.pm index 6cf7c0e..4415076 100644 --- a/Yard.pm +++ b/Yard.pm @@ -34,8 +34,7 @@ use Exporter; @EXPORT = qw(start_logging_output info kernel_version_check verbosity read_contents_file extra_links library_dependencies hard_links space_check create_filesystem find_file_in_path sys - text_insert logadj *LOGFILE which_tests check_termcap - scan_command_file check_getty_type_call); + text_insert error logadj *LOGFILE which_tests); use strict; use File::Basename; diff --git a/yard_chrooted_tests b/yard_chrooted_tests index 497aa26..4c11826 100755 --- a/yard_chrooted_tests +++ b/yard_chrooted_tests @@ -41,9 +41,6 @@ which_test(); sub which_test { - $login_binary = "$mount_point" . find_file_in_path("login"); - check_termcap(); - my $test_fstab = $ARGV[1]; my $test_inittab = $ARGV[2]; my $test_scripts = $ARGV[3];