summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/On_Demand_Activation/run_test.pl
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-11 20:58:12 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-11 20:58:12 +0000
commit2d1cb1901676dfe4b60b9919565d8d9bcb63244c (patch)
treeba98334569e2873798fc15851e41a75c0c637a86 /TAO/examples/POA/On_Demand_Activation/run_test.pl
parent0ad8d7f0d97e0a771afb59b1d4d0788fc8092677 (diff)
downloadATCD-2d1cb1901676dfe4b60b9919565d8d9bcb63244c.tar.gz
General updates, including switching to the ACE class and using .\ or ./
before executable names.
Diffstat (limited to 'TAO/examples/POA/On_Demand_Activation/run_test.pl')
-rwxr-xr-xTAO/examples/POA/On_Demand_Activation/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/POA/On_Demand_Activation/run_test.pl b/TAO/examples/POA/On_Demand_Activation/run_test.pl
index f8b431cb97a..e1923d85122 100755
--- a/TAO/examples/POA/On_Demand_Activation/run_test.pl
+++ b/TAO/examples/POA/On_Demand_Activation/run_test.pl
@@ -51,7 +51,7 @@ for ($i = 0; $i <= $#ARGV; $i++)
$iorfile_1 = $iorfile."_1";
$iorfile_2 = $iorfile."_2";
-$SV = Process::Create ("server$Process::EXE_EXT", "-f $iorfile");
+$SV = Process::Create ($EXEPREFIX."server$Process::EXE_EXT", "-f $iorfile");
ACE::waitforfile ($iorfile_1);
ACE::waitforfile ($iorfile_2);