Puts yard_chrooted_tests in /usr/lib/bootroot since this program is gbootroot

specific, makes for a more policy correct package.
This commit is contained in:
freesource
2001-10-20 16:06:26 +00:00
parent f106fe0db0
commit 4050413657
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1760,7 +1760,7 @@ sub which_tests {
my $t_scripts = $chosen_tests->{32}{test_scripts};
return "ERROR" if errm(mount_device($device,$mount_point)) == 2;
sys("yard_chrooted_tests $mount_point $t_fstab $t_inittab $t_scripts",
sys("/usr/lib/bootroot/yard_chrooted_tests $mount_point $t_fstab $t_inittab $t_scripts",
"TESTING");
return "ERROR" if errum(sys("umount $mount_point")) == 2;