# Kill the fe in the middle of a run and see if speedy recovers print "1..1\n"; my $scr = 't/scripts/maxbackend'; utime time, time, $scr; sleep 1; my $cmd = "exec $ENV{SPEEDY} -- -M1 $scr ; chop $pid1; $pid2 = ; chop $pid2; ## print "pid1=$pid1 pid2=$pid2\n"; close(RUN1); close(RUN2); my $ok = $pid1 && $pid1 == $pid2; foreach my $p ($pid1, $pid2) { $p && kill 9, $p; } print $ok ? "ok\n" : "failed\n";