Skip to content

Commit 5a2fec3

Browse files
authored
Merge pull request #78 from perlpunk/check-pgrep
t: Skip if pgrep is not installed
2 parents 73c1df6 + a91dae8 commit 5a2fec3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

t/01_run.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ sub _number_of_process_in_group {
475475
}
476476

477477
subtest stop_whole_process_group_gracefully => sub {
478+
check_bin('/usr/bin/pgrep');
478479
my $test_script = check_bin("$FindBin::Bin/data/simple_fork.pl");
479480

480481
# run the "term_trap.pl" script and its sub processes within its own

0 commit comments

Comments
 (0)