summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/UDP/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/UDP/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Event/UDP/run_test.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Event/UDP/run_test.pl b/TAO/orbsvcs/tests/Event/UDP/run_test.pl
index fd33d4ee5ad..ad98e46a979 100755
--- a/TAO/orbsvcs/tests/Event/UDP/run_test.pl
+++ b/TAO/orbsvcs/tests/Event/UDP/run_test.pl
@@ -20,13 +20,13 @@ $S = new PerlACE::Process ("sender",
$R = new PerlACE::Process ("receiver",
"$valuetype");
-print STDOUT "Starting sender\n";
-$S->Spawn ();
+print STDOUT "Starting receiver\n";
+$R->Spawn ();
sleep 1;
-print STDOUT "Starting receiver\n";
-$R->Spawn ();
+print STDOUT "Starting sender\n";
+$S->Spawn ();
sleep 1;