|
@ -1674,7 +1674,6 @@ sub which_tests { |
|
|
my ($chosen_tests) = @_; |
|
|
my ($chosen_tests) = @_; |
|
|
my ($action, $label); |
|
|
my ($action, $label); |
|
|
|
|
|
|
|
|
return "ERROR" if errm(mount_device($device,$mount_point)) == 2; |
|
|
|
|
|
|
|
|
|
|
|
# This is a little crude. Technically we should read /etc/conf.getty |
|
|
# This is a little crude. Technically we should read /etc/conf.getty |
|
|
# to make sure we're not supposed to be using a different login binary. |
|
|
# to make sure we're not supposed to be using a different login binary. |
|
@ -1699,6 +1698,8 @@ sub which_tests { |
|
|
sys("yard_chrooted_tests $mount_point $t_fstab $t_inittab $t_scripts", |
|
|
sys("yard_chrooted_tests $mount_point $t_fstab $t_inittab $t_scripts", |
|
|
"TESTING"); |
|
|
"TESTING"); |
|
|
|
|
|
|
|
|
|
|
|
return "ERROR" if errm(mount_device($device,$mount_point)) == 2; |
|
|
|
|
|
|
|
|
# Now the question is whether or not these next tests depend on |
|
|
# Now the question is whether or not these next tests depend on |
|
|
# chroot, since they must have before. |
|
|
# chroot, since they must have before. |
|
|
if ( $chosen_tests->{33}{test_links} == 1 ) { |
|
|
if ( $chosen_tests->{33}{test_links} == 1 ) { |
|
@ -1720,6 +1721,7 @@ sub which_tests { |
|
|
|
|
|
|
|
|
return "ERROR" if errum(sys("umount $mount_point")) == 2; |
|
|
return "ERROR" if errum(sys("umount $mount_point")) == 2; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} # end sub which_tests |
|
|
} # end sub which_tests |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1900,7 +1902,7 @@ sub check_nss { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
close(NSS) or error("Closing NSS: $!"); |
|
|
} else { |
|
|
} else { |
|
|
# No nsswitch.conf is present, figure out if maybe there should be one. |
|
|
# No nsswitch.conf is present, figure out if maybe there should be one. |
|
|
if (-e $login_binary) { |
|
|
if (-e $login_binary) { |
|
|