# -*-perl-*- $description = "Test parallel-sync (-P) option."; $details = "Test the synchronization of output from parallel jobs."; if (!$parallel_jobs) { return -1; } if ($vos) { $sleep_command = "sleep -seconds"; } else { $sleep_command = "sleep"; } # The following subdirectories with Makefiles are used in several # of the following tests. mkdir('foo', 0777); mkdir('bar', 0777); open(MAKEFILE,"> foo/Makefile"); print MAKEFILE < bar/Makefile"); print MAKEFILE <