Home
last modified time | relevance | path

Searched refs:pid4 (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/t/io/
Dopenpid.t49 ok( $pid4 = open(FH4, "| $cmd4"), ' fourth' );
51 print "# pids were $pid1, $pid2, $pid3, $pid4\n";
78 print "# waiting for process $pid4 to exit\n";
79 $reap_pid = waitpid $pid4, 0;
80 is( $reap_pid, $pid4, 'fourth process reaped' );