From 3e29af76bf2b2124d102b1526e07e79aaf31029b Mon Sep 17 00:00:00 2001 From: freesource Date: Sat, 23 Dec 2000 07:45:35 +0000 Subject: [PATCH] * Some sort of change. --- Yard.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Yard.pm b/Yard.pm index 4415076..f486a5a 100644 --- a/Yard.pm +++ b/Yard.pm @@ -1681,6 +1681,8 @@ sub which_tests { sys("yard_chrooted_tests $mount_point $t_fstab $t_inittab $t_scripts", "TESTING"); + # Now the question is whether or not these next tests depend on + # chroot, since they must have before. if ( $chosen_tests->{33}{test_links} == 1 ) { info(0,"\nTEST: links\n"); check_links();