summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-18 01:41:27 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-18 01:41:27 +0000
commiteadef332ba6f64da850abd496306fa9fad841181 (patch)
tree5bfb249bd98296a4b8c5c8a15a88ccad0e0e724b /TAO/performance-tests/POA
parent47105676527e6bf611fdd50c36c6f5deff7315fc (diff)
downloadATCD-eadef332ba6f64da850abd496306fa9fad841181.tar.gz
ChangeLogTag:Thu Jun 17 20:40:56 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/performance-tests/POA')
-rwxr-xr-xTAO/performance-tests/POA/Object_Creation_And_Registration/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/POA/Object_Creation_And_Registration/run_test.pl b/TAO/performance-tests/POA/Object_Creation_And_Registration/run_test.pl
index c90117829d3..1c23e2a8df2 100755
--- a/TAO/performance-tests/POA/Object_Creation_And_Registration/run_test.pl
+++ b/TAO/performance-tests/POA/Object_Creation_And_Registration/run_test.pl
@@ -5,11 +5,11 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-unshift @INC, '../../../bin';
+unshift @INC, '../../../../bin';
require Process;
require ACEutils;
-$T = Process::Create ($EXEPREFIX."registration.$EXE_EXT");
+$T = Process::Create ($EXEPREFIX."registration".$EXE_EXT, "");
$client = $T->TimedWait (60);
if ($client == -1) {