summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-03-08 10:16:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-03-08 10:16:56 +0000
commit19817d79c5d7dc5e7fe7fb6be50cf123f8afc29b (patch)
tree6348ba98903e942ab29092ffe622d249e9fef0b4 /examples
parente3b7421250b83a41dfe8930852f8bdd988f19bb6 (diff)
downloadATCD-19817d79c5d7dc5e7fe7fb6be50cf123f8afc29b.tar.gz
ChangeLogTag: Wed Mar 8 10:16:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples')
-rw-r--r--examples/Reactor/TP_Reactor/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Reactor/TP_Reactor/run_test.pl b/examples/Reactor/TP_Reactor/run_test.pl
index 4f8799866b6..ac07295a735 100644
--- a/examples/Reactor/TP_Reactor/run_test.pl
+++ b/examples/Reactor/TP_Reactor/run_test.pl
@@ -17,14 +17,14 @@ $SV->Spawn ();
sleep (1);
-$client1 = $CL1->SpawnWaitKill (300);
+$client1 = $CL1->Spawn ();
if ($client1 != 0) {
print STDERR "ERROR: client 1 returned $client1\n";
$status = 1;
}
-$client2 = $CL2->SpawnWaitKill (300);
+$client2 = $CL2->Spawn ();
if ($client2 != 0) {
print STDERR "ERROR: client 2 returned $client2\n";