summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/On_Demand_Loading/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/On_Demand_Loading/run_test.pl')
-rwxr-xr-xTAO/examples/POA/On_Demand_Loading/run_test.pl7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/examples/POA/On_Demand_Loading/run_test.pl b/TAO/examples/POA/On_Demand_Loading/run_test.pl
index 2b8e2439321..4b87c9f280b 100755
--- a/TAO/examples/POA/On_Demand_Loading/run_test.pl
+++ b/TAO/examples/POA/On_Demand_Loading/run_test.pl
@@ -55,12 +55,7 @@ $CL1 = new PerlACE::Process ("../Generic_Servant/client",
$CL2 = new PerlACE::Process ("../Generic_Servant/client",
"$extra_args $oneway -i $iterations -k file://$iorfile2 -x");
-$server = $SV->Spawn ();
-
-if ($server != 0) {
- print STDERR "ERROR: server returned $server\n";
- exit 1;
-}
+$SV->Spawn ();
if (PerlACE::waitforfile_timed ($iorfile1, 15) == -1) {
print STDERR "ERROR: cannot find file <$iorfile1>\n";