summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/On_Demand_Activation/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/On_Demand_Activation/run_test.pl')
-rwxr-xr-xTAO/examples/POA/On_Demand_Activation/run_test.pl7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/examples/POA/On_Demand_Activation/run_test.pl b/TAO/examples/POA/On_Demand_Activation/run_test.pl
index 84d6e385867..b61752d6930 100755
--- a/TAO/examples/POA/On_Demand_Activation/run_test.pl
+++ b/TAO/examples/POA/On_Demand_Activation/run_test.pl
@@ -53,12 +53,7 @@ $CL = new PerlACE::Process ("../Generic_Servant/client");
$status = 0;
-$server = $SV->Spawn ();
-
-if ($server != 0) {
- print STDERR "ERROR: server returned $server\n";
- exit 1;
-}
+$SV->Spawn ();
if (PerlACE::waitforfile_timed ($iorfile_1, 15) == -1) {
print STDERR "ERROR: cannot find file <$iorfile_1>\n";