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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dopenpid.t48 ok( $pid4 = open(FH4, "| $cmd4"), ' fourth' );
50 print "# pids were $pid1, $pid2, $pid3, $pid4\n";
77 print "# waiting for process $pid4 to exit\n";
78 $reap_pid = waitpid $pid4, 0;
79 is( $reap_pid, $pid4, 'fourth process reaped' );

Completed in 18 milliseconds